mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-03-13 22:12:35 +03:00
60 lines
2.1 KiB
Plaintext
60 lines
2.1 KiB
Plaintext
|
|
config main 'main'
|
|
option mode 'vpn'
|
|
option domain_list_enabled '1'
|
|
option subnets_list_enabled '1'
|
|
option custom_domains_list_enabled 'dynamic'
|
|
option custom_subnets_list_enabled 'disabled'
|
|
option all_traffic_from_ip_enabled '0'
|
|
option custom_download_domains_list_enabled '0'
|
|
option custom_download_subnets_list_enabled '0'
|
|
option exclude_from_ip_enabled '0'
|
|
option exclude_ntp '1'
|
|
option update_interval '0 4 * * *'
|
|
option custom_local_domains_list_enabled '0'
|
|
option interface 'awg10'
|
|
option domain_list 'ru_inside'
|
|
option delist_domains_enabled '0'
|
|
list subnets 'meta'
|
|
list subnets 'twitter'
|
|
list subnets 'discord'
|
|
list custom_domains '2ip.ru'
|
|
|
|
config second 'second'
|
|
option second_enable '1'
|
|
option domain_list_enabled '0'
|
|
list domains 'youtube'
|
|
option second_mode 'proxy'
|
|
option second_proxy_config_type 'outbound'
|
|
option second_outbound_json '{
|
|
"type": "http",
|
|
"server": "127.0.0.1",
|
|
"server_port": 18080
|
|
}'
|
|
option second_domain_service_enabled '0'
|
|
option second_custom_domains_list_enabled 'dynamic'
|
|
list second_custom_domains '2ip.me'
|
|
list second_custom_domains 'chatgpt.com'
|
|
list second_custom_domains 'oaistatic.com'
|
|
list second_custom_domains 'oaiusercontent.com'
|
|
list second_custom_domains 'openai.com'
|
|
list second_custom_domains 'microsoft.com'
|
|
list second_custom_domains 'windowsupdate.com'
|
|
list second_custom_domains 'bing.com'
|
|
list second_custom_domains 'supercell.com'
|
|
list second_custom_domains 'seeurlpcl.com'
|
|
list second_custom_domains 'supercellid.com'
|
|
list second_custom_domains 'supercellgames.com'
|
|
list second_custom_domains 'clashroyale.com'
|
|
list second_custom_domains 'brawlstars.com'
|
|
list second_custom_domains 'clash.com'
|
|
list second_custom_domains 'clashofclans.com'
|
|
list second_custom_domains 'x.ai'
|
|
list second_custom_domains 'grok.com'
|
|
list second_custom_domains 'gitgub.com'
|
|
list second_custom_domains 'searchgpt.com'
|
|
list second_custom_domains 'xboxlive.com'
|
|
list second_custom_domains 'gamepass.com'
|
|
list second_custom_domains 'xboxab.com'
|
|
list second_custom_domains 'xboxservices.com'
|
|
option second_custom_subnets_list_enabled 'disabled' |