{ "log": { "level": "info", "timestamp": true }, "dns": { "servers": [ { "tag": "dns-remote", "address": "https://8.8.8", "detour": "ss-out" }, { "tag": "dns-local", "address": "1.1.1.1", "detour": "direct" } ], "rules": [ { "outbound": "ss-out", "server": "dns-remote" }, { "outbound": "direct", "server": "dns-local" } ] }, "inbounds": [ { "type": "mixed", "tag": "mixed-in", "listen": "127.0.0.1", "listen_port": 2080 } ], "outbounds": [ { "type": "shadowsocks", "tag": "ss-out", "server": "91.92.250.168", "server_port": 8443, "method": "chacha20-ietf-poly1305", "password": "ZfCyK6emH0YNRemCgGogOP" }, { "type": "direct", "tag": "direct" }, { "type": "dns", "tag": "dns-out" } ], "route": { "rules": [ { "protocol": "dns", "outbound": "dns-out" }, { "ip_is_private": true, "outbound": "direct" } ], "auto_detect_interface": true } }