{ "inbounds": [ { "type": "tun", "interface_name": "nekoray-tun", "inet4_address": "172.19.0.1/28", %IPV6_ADDRESS% "mtu": %MTU%, "auto_route": true, "stack": "%STACK%", "endpoint_independent_nat": true, "sniff": false } ], "outbounds": [ { "type": "socks", "tag": "nekoray-socks", "server": "127.0.0.1", "server_port": %PORT% }, { "type": "block", "tag": "block" }, { "type": "direct", "tag": "direct" } ], "route": { "auto_detect_interface": true, "rules": [ { "network": "udp", "port": [ 135, 137, 138, 139, 5353 ], "outbound": "block" }, { "ip_cidr": [ "224.0.0.0/4", "ff00::/8" ], "outbound": "block" }, { "source_ip_cidr": [ "224.0.0.0/4", "ff00::/8" ], "outbound": "block" }, { "process_name": [ "nekoray_core", "nekoray_core.exe", "nekobox_core", "nekobox_core.exe" ], "outbound": "direct" } %PROCESS_NAME_RULE% %CIDR_RULE% ] } }