RKNnoVPN/module/defaults/config.json
2026-05-07 17:58:19 +03:00

59 lines
1.2 KiB
JSON

{
"schema_version": 5,
"proxy": {
"mode": "tproxy",
"tproxy_port": 10853,
"dns_port": 10856,
"gid": 23333,
"mark": 8227,
"api_port": 0
},
"routing": {
"mode": "all",
"bypass_lan": true,
"bypass_china": false,
"bypass_russia": true,
"custom_direct": [],
"custom_proxy": [],
"custom_block": [],
"always_direct_apps": [],
"always_direct_system_apps": true
},
"apps": {
"mode": "all",
"list": [],
"app_groups": {}
},
"dns": {
"hijack_per_uid": true,
"proxy_dns": "https://1.1.1.1/dns-query",
"direct_dns": "https://dns.google/dns-query",
"bootstrap_ip": "1.1.1.1",
"fake_ip": false
},
"ipv6": {
"mode": "mirror"
},
"sharing": {
"enabled": false,
"interfaces": []
},
"health": {
"enabled": true,
"interval_sec": 30,
"threshold": 3,
"check_url": "https://www.gstatic.com/generate_204",
"timeout_sec": 5,
"dns_probe_domains": [
"connectivitycheck.gstatic.com",
"cloudflare.com",
"example.com"
],
"egress_urls": [
"https://www.gstatic.com/generate_204",
"https://cp.cloudflare.com/generate_204"
],
"dns_is_hard_readiness": false
},
"autostart": false
}