luci-app-ssr-plus: fix pdnsd (#2772)

This commit is contained in:
QING LIU 2020-01-20 00:29:27 +08:00 committed by coolsnowwolf
parent f65d263e43
commit 8840d7c303

View File

@ -216,7 +216,7 @@ start_rules() {
start_pdnsd() {
local usr_dns="$1"
local usr_port="$2"
local usr_port="$2"
local tcp_dns_list="208.67.222.222, 208.67.220.220"
[ -z "$usr_dns" ] && usr_dns="8.8.8.8"
@ -246,6 +246,7 @@ global {
neg_domain_pol=on;
proc_limit=2;
procq_limit=8;
par_queries=1;
}
server {
label= "ssr-usrdns";