2022-06-30 08:25:03 +00:00
|
|
|
{
|
|
|
|
"log": {
|
|
|
|
"loglevel": "warning"
|
|
|
|
},
|
|
|
|
"routing": {
|
|
|
|
"domainStrategy": "IPIfNonMatch",
|
|
|
|
"rules": [
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"port": "0-65535",
|
2022-07-02 14:33:14 +00:00
|
|
|
"outboundTag": "proxy"
|
2022-06-30 08:25:03 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"inbounds": [
|
|
|
|
{
|
|
|
|
"listen": "127.0.0.1",
|
|
|
|
"port": "2080",
|
|
|
|
"protocol": "socks",
|
|
|
|
"settings": {
|
|
|
|
"auth": "noauth",
|
|
|
|
"udp": true,
|
|
|
|
"ip": "127.0.0.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"listen": "127.0.0.1",
|
|
|
|
"port": "2081",
|
|
|
|
"protocol": "http"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"outbounds": [
|
|
|
|
{
|
|
|
|
"protocol": "shadowsocks",
|
|
|
|
"settings": {
|
|
|
|
"servers": [
|
|
|
|
{
|
|
|
|
"address": "{{ protal.address }}",
|
|
|
|
"port": 65511,
|
|
|
|
"method": "2022-blake3-aes-256-gcm",
|
|
|
|
"password": "{{ psk external }}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|