|
@@ -1,23 +1,22 @@
|
|
|
|
|
|
config global
|
|
|
- option tunnel_forward '8.8.4.4:53'
|
|
|
- option tunnel_address '0.0.0.0'
|
|
|
+ option global_server 'nil'
|
|
|
+ option netflix_server 'nil'
|
|
|
+ option netflix_proxy '0'
|
|
|
+ option threads '0'
|
|
|
option run_mode 'router'
|
|
|
option dports '2'
|
|
|
option pdnsd_enable '1'
|
|
|
+ option tunnel_forward '8.8.4.4:53'
|
|
|
option monitor_enable '1'
|
|
|
option enable_switch '1'
|
|
|
- option switch_timeout '5'
|
|
|
option switch_time '667'
|
|
|
+ option switch_timeout '5'
|
|
|
option switch_try_count '3'
|
|
|
- option gfwlist_url 'https://cdn.jsdelivr.net/gh/Loukky/gfwlist-by-loukky/gfwlist.txt'
|
|
|
+ option gfwlist_url 'https://cdn.jsdelivr.net/gh/v2fly/domain-list-community@release/gfwlist.txt'
|
|
|
option chnroute_url 'https://ispip.clang.cn/all_cn.txt'
|
|
|
option nfip_url 'https://cdn.jsdelivr.net/gh/QiuSimons/Netflix_IP/getflix.txt'
|
|
|
option adblock_url 'https://anti-ad.net/anti-ad-for-dnsmasq.conf'
|
|
|
- option threads '0'
|
|
|
- option global_server 'disable'
|
|
|
- option netflix_server 'nil'
|
|
|
- option netflix_proxy '0'
|
|
|
|
|
|
config access_control
|
|
|
option lan_ac_mode '0'
|
|
@@ -28,16 +27,15 @@ config access_control
|
|
|
list wan_fw_ips '91.108.56.0/22'
|
|
|
list wan_fw_ips '109.239.140.0/24'
|
|
|
|
|
|
+config server_subscribe
|
|
|
+ option proxy '0'
|
|
|
+ option auto_update_time '2'
|
|
|
+ option auto_update '1'
|
|
|
+ option filter_words '过期时间/剩余流量/QQ群/官网/防失联地址/回国'
|
|
|
+
|
|
|
config socks5_proxy
|
|
|
option socks '0'
|
|
|
option local_port '1080'
|
|
|
- option local_address '0.0.0.0'
|
|
|
|
|
|
config server_global
|
|
|
option enable_server '0'
|
|
|
-
|
|
|
-config server_subscribe
|
|
|
- option proxy '0'
|
|
|
- option auto_update_time '2'
|
|
|
- option auto_update '1'
|
|
|
- option filter_words '过期时间/剩余流量/QQ群/官网/防失联地址/回国'
|