mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-22 15:28:05 +03:00
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
|
|
config settings 'settings'
|
|
option dns_type 'doh'
|
|
option dns_server 'dns.adguard-dns.com'
|
|
option bootstrap_dns_server '8.8.8.8'
|
|
option dns_rewrite_ttl '60'
|
|
option enable_output_network_interface '0'
|
|
option enable_badwan_interface_monitoring '0'
|
|
option enable_yacd '0'
|
|
option disable_quic '1'
|
|
option update_interval '1d'
|
|
option download_lists_via_proxy '1'
|
|
option dont_touch_dhcp '1'
|
|
option config_path '/etc/sing-box/config.json'
|
|
option cache_path '/tmp/sing-box/cache.db'
|
|
option exclude_ntp '1'
|
|
option shutdown_correctly '0'
|
|
option download_lists_via_proxy_section 'main'
|
|
list source_network_interfaces 'br-lan'
|
|
|
|
config section 'main'
|
|
option connection_type 'vpn'
|
|
option interface 'awg10'
|
|
option enable_udp_over_tcp '0'
|
|
option shutdown_correctly '1'
|
|
option user_domain_list_type 'text'
|
|
option user_subnet_list_type 'disabled'
|
|
option mixed_proxy_enabled '0'
|
|
list community_lists 'block'
|
|
list community_lists 'meta'
|
|
list community_lists 'twitter'
|
|
list community_lists 'hdrezka'
|
|
list community_lists 'tiktok'
|
|
list community_lists 'google_ai'
|
|
list community_lists 'discord'
|
|
list community_lists 'yotube'
|
|
option user_domains_text 'myip.com'
|
|
option user_domains_text 'amazonws.com' |