mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-06 11:36:43 +03:00
54 lines
1.6 KiB
Plaintext
54 lines
1.6 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 'proxy'
|
|
option proxy_config_type 'outbound'
|
|
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'
|
|
option outbound_json '{
|
|
"type": "http",
|
|
"tag": "http-proxy",
|
|
"server": "127.0.0.1",
|
|
"server_port": 18080
|
|
}'
|
|
list community_lists 'geoblock'
|
|
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'
|
|
option user_domains_text 'myip.com'
|
|
|
|
config section 'Discord'
|
|
option connection_type 'vpn'
|
|
option interface 'awg10'
|
|
option domain_resolver_enabled '0'
|
|
option user_domain_list_type 'text'
|
|
option user_subnet_list_type 'disabled'
|
|
option mixed_proxy_enabled '0'
|
|
list community_lists 'discord'
|
|
option user_domains_text '2ip.ru'
|
|
option user_domains_text 'amazonws.com'
|