update 04-11 23:44
This commit is contained in:
parent
f96e4e7305
commit
ddaa30cd36
|
@ -12,7 +12,6 @@ config global
|
|||
option switch_try_count '3'
|
||||
option adblock '0'
|
||||
option dports '1'
|
||||
option ip_data_url 'https://ispip.clang.cn/all_cn_cidr.txt'
|
||||
|
||||
config socks5_proxy
|
||||
option enable_server '0'
|
||||
|
@ -21,6 +20,7 @@ config socks5_proxy
|
|||
option enable_auth '1'
|
||||
option Socks_user 'user'
|
||||
option Socks_pass 'password'
|
||||
option ip_data_url 'https://ispip.clang.cn/all_cn_cidr.txt'
|
||||
|
||||
config http_proxy
|
||||
option enable_server '0'
|
||||
|
|
|
@ -285,7 +285,7 @@ start_pdnsd() {
|
|||
purge_cache=off;
|
||||
}
|
||||
EOF
|
||||
/usr/sbin/pdnsd -c /var/etc/pdnsd.conf -d
|
||||
/usr/sbin/pdnsd -c /var/etc/pdnsd.conf &
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue