mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-17 21:18:26 +03:00
chore: add missing default vars
This commit is contained in:
@@ -1,17 +1,21 @@
|
|||||||
config main 'main'
|
config main 'main'
|
||||||
option mode ''
|
option mode ''
|
||||||
option interface ''
|
option interface ''
|
||||||
option proxy_string ''
|
option proxy_config_type ''
|
||||||
|
#option outbound_json ''
|
||||||
|
#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_type 'disable'
|
||||||
#list custom_domains ''
|
#list custom_domains ''
|
||||||
|
#option custom_domains_text ''
|
||||||
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_domains_list_type 'disable'
|
||||||
#list custom_subnets ''
|
#list custom_subnets ''
|
||||||
|
#custom_subnets_text ''
|
||||||
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'
|
||||||
@@ -24,15 +28,20 @@ config main 'main'
|
|||||||
option socks5 '0'
|
option socks5 '0'
|
||||||
option exclude_ntp '0'
|
option exclude_ntp '0'
|
||||||
option update_interval ''
|
option update_interval ''
|
||||||
|
option custom_domains_text
|
||||||
|
|
||||||
config second 'second'
|
config second 'second'
|
||||||
option second_enable '0'
|
option second_enable '0'
|
||||||
option second_mode 'proxy'
|
option second_mode 'proxy'
|
||||||
option second_interface ''
|
option second_interface ''
|
||||||
option second_proxy_string ''
|
option second_proxy_config_type ''
|
||||||
|
#option second_outbound_json ''
|
||||||
|
#option second_proxy_string ''
|
||||||
option second_domain_service_enabled '0'
|
option second_domain_service_enabled '0'
|
||||||
#list second_service_list 'youtube'
|
#list second_service_list 'youtube'
|
||||||
option second_custom_domains_list_enabled '0'
|
option second_custom_domains_type 'disable'
|
||||||
#list second_custom_domains 'ifconfig.io'
|
#list second_custom_domains 'ifconfig.io'
|
||||||
option second_custom_subnets_list_enabled '0'
|
#option second_custom_domains_text ''
|
||||||
|
option second_custom_subnets_type 'disable'
|
||||||
#list second_custom_subnets ''
|
#list second_custom_subnets ''
|
||||||
|
#porion second_custom_subnets_text ''
|
||||||
Reference in New Issue
Block a user