update 04-11 23:44

This commit is contained in:
github-actions[bot] 2022-04-11 23:44:01 +08:00
parent f96e4e7305
commit ddaa30cd36
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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 &
}