2018-03-29 15:44:50 +00:00
|
|
|
{
|
2018-04-16 09:07:21 +00:00
|
|
|
"log": {
|
|
|
|
"loglevel": "warning"
|
|
|
|
},
|
2020-08-01 13:43:29 +00:00
|
|
|
"routing": {
|
2020-08-29 05:35:06 +00:00
|
|
|
"domainStrategy": "AsIs",
|
2020-08-01 13:43:29 +00:00
|
|
|
"rules": [
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"ip": [
|
|
|
|
"geoip:private"
|
|
|
|
],
|
|
|
|
"tag": "direct"
|
|
|
|
}
|
|
|
|
]
|
2018-04-16 09:07:21 +00:00
|
|
|
},
|
2020-08-01 13:43:29 +00:00
|
|
|
"inbounds": [
|
|
|
|
{
|
|
|
|
"listen": "127.0.0.1",
|
|
|
|
"port": "1080",
|
|
|
|
"protocol": "socks",
|
|
|
|
"settings": {
|
|
|
|
"auth": "noauth",
|
2020-08-01 15:07:26 +00:00
|
|
|
"udp": true,
|
2020-08-01 13:43:29 +00:00
|
|
|
"ip": "127.0.0.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"listen": "127.0.0.1",
|
|
|
|
"port": "1081",
|
|
|
|
"protocol": "http"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"outbounds": [
|
|
|
|
{
|
|
|
|
"protocol": "socks",
|
|
|
|
"settings": {
|
2020-10-09 11:35:55 +00:00
|
|
|
"servers": [
|
2020-08-01 13:43:29 +00:00
|
|
|
{
|
|
|
|
"address": "",
|
|
|
|
"port": 1234,
|
|
|
|
"users": [
|
|
|
|
{
|
|
|
|
"user": "",
|
|
|
|
"pass": ""
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"streamSettings": {
|
|
|
|
"network": "tcp",
|
|
|
|
"security": "tls",
|
|
|
|
"tlsSettings": {
|
|
|
|
"serverName": "example.domain",
|
|
|
|
"allowInsecure": false
|
2018-04-16 09:07:21 +00:00
|
|
|
}
|
2020-08-01 13:43:29 +00:00
|
|
|
},
|
|
|
|
"tag": "proxy"
|
2018-04-16 09:07:21 +00:00
|
|
|
},
|
2020-08-01 13:43:29 +00:00
|
|
|
{
|
|
|
|
"protocol": "freedom",
|
|
|
|
"tag": "direct"
|
2018-04-16 09:07:21 +00:00
|
|
|
}
|
2020-08-01 13:43:29 +00:00
|
|
|
]
|
2020-07-31 12:50:20 +00:00
|
|
|
}
|