Загрузка данных
{ "dns": { "fakeip": { "enabled": true, "inet4_range": "198.18.0.0/15", "inet6_range": "fc00::/18" }, "final": "dns-remote", "independent_cache": true, "rules": [ { "outbound": [ "any" ], "server": "dns-direct" }, { "disable_cache": true, "inbound": [ "tun-in" ], "server": "dns-fake" } ], "servers": [ { "address": "rcode://success", "tag": "dns-block" }, { "address": "local", "detour": "direct", "tag": "dns-local" }, { "address": "8.8.8.8", "address_resolver": "dns-local", "detour": "direct", "strategy": "ipv4_only", "tag": "dns-direct" }, { "address": "1.1.1.1", "address_resolver": "dns-direct", "strategy": "ipv4_only", "tag": "dns-remote" }, { "address": "fakeip", "strategy": "ipv4_only", "tag": "dns-fake" } ] }, "inbounds": [ { "domain_strategy": "", "endpoint_independent_nat": true, "inet4_address": [ "172.19.0.1/28" ], "mtu": 1500, "sniff": true, "sniff_override_destination": false, "stack": "gvisor", "tag": "tun-in", "type": "tun" }, { "domain_strategy": "", "listen": "127.0.0.1", "listen_port": 2080, "sniff": true, "sniff_override_destination": false, "tag": "mixed-in", "type": "mixed" } ], "log": { "level": "panic" }, "outbounds": [ { "type": "tuic", "tag": "proxy", "server": "185.104.250.188", "server_port": 443, "uuid": "f3d400e4-113c-4bbc-86cf-1cd30bc471db", "password": "863cdb7ba25667b687f9754a6e107178", "congestion_control": "bbr", "tls": { "enabled": true, "insecure": true, "server_name": "www.microsoft.com" }, "domain_strategy": "prefer_ipv4" }, { "tag": "direct", "type": "direct" }, { "tag": "bypass", "type": "direct" } ], "route": { "auto_detect_interface": true, "rule_set": [], "rules": [ { "action": "hijack-dns", "port": [ 53 ] }, { "action": "hijack-dns", "protocol": [ "dns" ] }, { "action": "reject", "network": [ "udp" ], "port": [ 443 ], "port_range": [] }, { "action": "reject", "ip_cidr": [ "224.0.0.0/3", "ff00::/8" ], "source_ip_cidr": [ "224.0.0.0/3", "ff00::/8" ] } ] } }