31 lines
471 B
JSON
31 lines
471 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"protocol": "http",
|
|
"port": 58888,
|
|
"listen": "10.20.1.130"
|
|
}
|
|
,
|
|
{
|
|
"protocol": "socks",
|
|
"port": 58889,
|
|
"listen": "10.20.1.130",
|
|
"settings": {
|
|
"auth": "noauth",
|
|
"udp": true,
|
|
"userLevel": 0
|
|
}
|
|
}
|
|
],
|
|
"dns": {
|
|
"network": "udp",
|
|
"address": "223.5.5.5",
|
|
"port": 53
|
|
},
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom",
|
|
"settings": {}
|
|
}
|
|
]
|
|
} |