Загрузка данных
{ "log": { "level": "info", "timestamp": true }, "dns": { "servers": [ { "type": "udp", "tag": "google-1", "server": "8.8.8.8", "server_port": 53 }, { "type": "udp", "tag": "google-2", "server": "8.8.4.4", "server_port": 53 } ], "final": "google-1", "strategy": "ipv4_only" }, "inbounds": [ { "type": "tun", "tag": "tun-in", "interface_name": "proxyvpn0", "address": [ "198.18.0.1/30" ], "auto_route": true, "strict_route": true, "stack": "mixed", "route_exclude_address": [ "192.168.50.31/32", "192.168.50.0/24", "192.168.0.0/16", "10.0.0.0/8", "172.16.0.0/12", "127.0.0.0/8", "169.254.0.0/16", "224.0.0.0/4", "255.255.255.255/32", "fc00::/7", "fe80::/10", "::1/128" ] } ], "outbounds": [ { "type": "socks", "tag": "proxy", "server": "192.168.50.31", "server_port": 10810, "version": "5" }, { "type": "direct", "tag": "direct" } ], "route": { "auto_detect_interface": true, "default_domain_resolver": "google-1", "rules": [ { "port": 53, "action": "hijack-dns" }, { "ip_cidr": [ "192.168.50.31/32", "192.168.50.0/24", "192.168.0.0/16", "10.0.0.0/8", "172.16.0.0/12", "127.0.0.0/8", "169.254.0.0/16", "224.0.0.0/4", "255.255.255.255/32", "fc00::/7", "fe80::/10", "::1/128" ], "outbound": "direct" } ], "final": "proxy" } }