mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-06 11:36:43 +03:00
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
|
|
config main 'main'
|
|
option mode 'proxy'
|
|
option proxy_config_type 'outbound'
|
|
option domain_list_enabled '1'
|
|
option subnets_list_enabled '0'
|
|
option custom_domains_list_type 'text'
|
|
option custom_local_domains_list_enabled '0'
|
|
option custom_download_domains_list_enabled '0'
|
|
option custom_download_subnets_list_enabled '0'
|
|
option all_traffic_from_ip_enabled '0'
|
|
option delist_domains_enabled '0'
|
|
option exclude_from_ip_enabled '0'
|
|
option yacd '0'
|
|
option socks5 '0'
|
|
option exclude_ntp '1'
|
|
option quic_disable '1'
|
|
option dont_touch_dhcp '1'
|
|
option update_interval '1d'
|
|
option dns_type 'doh'
|
|
option dns_server 'dns.adguard-dns.com'
|
|
option split_dns_enabled '0'
|
|
option dns_rewrite_ttl '60'
|
|
option cache_file '/tmp/cache.db'
|
|
list iface 'br-lan'
|
|
option mon_restart_ifaces '0'
|
|
option detour '1'
|
|
option outbound_json '{
|
|
"type": "http",
|
|
"tag": "http-proxy",
|
|
"server": "127.0.0.1",
|
|
"server_port": 18080
|
|
}'
|
|
list domain_list 'geoblock'
|
|
list domain_list 'block'
|
|
list domain_list 'meta'
|
|
list domain_list 'twitter'
|
|
list domain_list 'hdrezka'
|
|
list domain_list 'google_ai'
|
|
option custom_domains_text 'myip.com'
|
|
option custom_subnets_list_enabled 'disabled'
|
|
|
|
config extra 'Youtube_Discord'
|
|
option mode 'vpn'
|
|
option interface 'awg10'
|
|
option domain_list_enabled '1'
|
|
list domain_list 'youtube'
|
|
list domain_list 'discord'
|
|
option custom_domains_list_type 'text'
|
|
option custom_domains_text '2ip.ru'
|
|
option custom_local_domains_list_enabled '0'
|
|
option custom_download_domains_list_enabled '0'
|
|
option custom_subnets_list_enabled 'disabled'
|
|
option custom_download_subnets_list_enabled '0'
|
|
option all_traffic_from_ip_enabled '0' |