From ad21de83a972e976a903d4d02d9606031c8db4cc Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Tue, 5 Nov 2024 18:26:48 +0300 Subject: [PATCH] Comment all list values --- podkop/files/etc/config/podkop | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/podkop/files/etc/config/podkop b/podkop/files/etc/config/podkop index 3aa07c2..464366c 100644 --- a/podkop/files/etc/config/podkop +++ b/podkop/files/etc/config/podkop @@ -1,25 +1,25 @@ config main 'main' option mode 'proxy' - option interface 'wg0' + option interface '' option proxy_string '' option domain_list_enabled '1' option domain_list 'ru_inside' option subnets_list_enabled '0' - list subnets 'twitter' + #list subnets 'twitter' option custom_domains_list_enabled '0' - list custom_domains '' + #list custom_domains '' option custom_download_domains_list_enabled '0' - list custom_download_domains '' + #list custom_download_domains '' option custom_subnets_list_enabled '0' - list custom_subnets '' + #list custom_subnets '' option custom_download_subnets_list_enabled '0' - list custom_download_subnets '' + #list custom_download_subnets '' option all_traffic_from_ip_enabled '0' - list all_traffic_ip '' + #list all_traffic_ip '' option delist_domains_enabled '0' - list delist_domains '' + #list delist_domains '' option exclude_from_ip_enabled '0' - list exclude_traffic_ip '' + #list exclude_traffic_ip '' option yacd '0' option socks5 '0' option exclude_ntp '0' @@ -30,8 +30,8 @@ config second 'second' option interface 'wg1' option proxy_string '' option domain_list_enabled '0' - list domains 'youtube' + #list domains 'youtube' option custom_domains_list_enabled '0' - list custom_domains 'ifconfig.io' + #list custom_domains 'ifconfig.io' option custom_subnets_list_enabled '0' - list custom_subnets '' \ No newline at end of file + #list custom_subnets '' \ No newline at end of file