nekoray_Mahdi-zarei/examples/sing-box-vpn.json
2022-08-08 11:11:25 +08:00

43 lines
896 B
JSON

{
"dns": {
"servers": [],
"rules": [],
"strategy": "ipv4_only"
},
"inbounds": [
{
"type": "tun",
"interface_name": "nekoray-tun",
"inet4_address": "172.19.0.1/30",
"auto_route": true,
"sniff": false
}
],
"outbounds": [
{
"type": "socks",
"tag": "nekoray-socks",
"server": "127.0.0.1",
"server_port": %PORT%
},
{
"type": "block",
"tag": "block"
}
],
"route": {
"rules": [
{
"network": "udp",
"port": [
135,
137,
138,
139,
5353
],
"outbound": "block"
}
]
}
}