mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-10 21:46:44 +03:00
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
|
|
config main 'main'
|
|
option mode 'vpn'
|
|
option interface 'awg10'
|
|
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'
|
|
list domain_list 'block'
|
|
list domain_list 'meta'
|
|
list domain_list 'twitter'
|
|
list domain_list 'hdrezka'
|
|
list domain_list 'telegram'
|
|
list domain_list 'discord'
|
|
option custom_domains_text 'myip.com'
|
|
option custom_subnets_list_enabled 'disabled' |