mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-09 21:17:03 +03:00
Comment all list values
This commit is contained in:
@@ -1,25 +1,25 @@
|
|||||||
config main 'main'
|
config main 'main'
|
||||||
option mode 'proxy'
|
option mode 'proxy'
|
||||||
option interface 'wg0'
|
option interface ''
|
||||||
option proxy_string ''
|
option proxy_string ''
|
||||||
option domain_list_enabled '1'
|
option domain_list_enabled '1'
|
||||||
option domain_list 'ru_inside'
|
option domain_list 'ru_inside'
|
||||||
option subnets_list_enabled '0'
|
option subnets_list_enabled '0'
|
||||||
list subnets 'twitter'
|
#list subnets 'twitter'
|
||||||
option custom_domains_list_enabled '0'
|
option custom_domains_list_enabled '0'
|
||||||
list custom_domains ''
|
#list custom_domains ''
|
||||||
option custom_download_domains_list_enabled '0'
|
option custom_download_domains_list_enabled '0'
|
||||||
list custom_download_domains ''
|
#list custom_download_domains ''
|
||||||
option custom_subnets_list_enabled '0'
|
option custom_subnets_list_enabled '0'
|
||||||
list custom_subnets ''
|
#list custom_subnets ''
|
||||||
option custom_download_subnets_list_enabled '0'
|
option custom_download_subnets_list_enabled '0'
|
||||||
list custom_download_subnets ''
|
#list custom_download_subnets ''
|
||||||
option all_traffic_from_ip_enabled '0'
|
option all_traffic_from_ip_enabled '0'
|
||||||
list all_traffic_ip ''
|
#list all_traffic_ip ''
|
||||||
option delist_domains_enabled '0'
|
option delist_domains_enabled '0'
|
||||||
list delist_domains ''
|
#list delist_domains ''
|
||||||
option exclude_from_ip_enabled '0'
|
option exclude_from_ip_enabled '0'
|
||||||
list exclude_traffic_ip ''
|
#list exclude_traffic_ip ''
|
||||||
option yacd '0'
|
option yacd '0'
|
||||||
option socks5 '0'
|
option socks5 '0'
|
||||||
option exclude_ntp '0'
|
option exclude_ntp '0'
|
||||||
@@ -30,8 +30,8 @@ config second 'second'
|
|||||||
option interface 'wg1'
|
option interface 'wg1'
|
||||||
option proxy_string ''
|
option proxy_string ''
|
||||||
option domain_list_enabled '0'
|
option domain_list_enabled '0'
|
||||||
list domains 'youtube'
|
#list domains 'youtube'
|
||||||
option custom_domains_list_enabled '0'
|
option custom_domains_list_enabled '0'
|
||||||
list custom_domains 'ifconfig.io'
|
#list custom_domains 'ifconfig.io'
|
||||||
option custom_subnets_list_enabled '0'
|
option custom_subnets_list_enabled '0'
|
||||||
list custom_subnets ''
|
#list custom_subnets ''
|
||||||
Reference in New Issue
Block a user