You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
386 B
25 lines
386 B
{
|
|
"log": {
|
|
"access": {
|
|
"type": "None"
|
|
},
|
|
"error": {
|
|
"type": "Console",
|
|
"level": "Error"
|
|
}
|
|
},
|
|
"inbounds": [{
|
|
"protocol": "http",
|
|
"port": 10080,
|
|
"listen": "0.0.0.0",
|
|
"tag": "nmpin"
|
|
}],
|
|
"outbounds": [{
|
|
"protocol": "socks",
|
|
"settings": {
|
|
"address": "127.0.0.1",
|
|
"port": 10086
|
|
},
|
|
"tag": "nmpout"
|
|
}]
|
|
}
|
|
|