122 lines
2.2 KiB
Plaintext
122 lines
2.2 KiB
Plaintext
{
|
|
"log": {
|
|
"error": "error.log",
|
|
"loglevel": "warning",
|
|
"access": "access.log"
|
|
},
|
|
|
|
"dns": {
|
|
"servers": [
|
|
"223.5.5.5",
|
|
"114.114.114.114",
|
|
{
|
|
"address": "8.8.8.8",
|
|
"port": 53,
|
|
"domains": [
|
|
"geosite:geolocation-!cn"
|
|
]
|
|
},
|
|
{
|
|
"address": "1.1.1.1",
|
|
"port": 53,
|
|
"domains": [
|
|
"geosite:geolocation-!cn"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
|
|
"routing": {
|
|
"domainStrategy": "IPIfNonMatch",
|
|
"rules": [
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "direct",
|
|
"ip": [
|
|
"223.5.5.5",
|
|
"114.114.114.114"
|
|
]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "proxy",
|
|
"ip": [
|
|
"8.8.8.8",
|
|
"1.1.1.1"
|
|
]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "direct",
|
|
"ip": [
|
|
"geoip:cn",
|
|
"geoip:private"
|
|
]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "direct",
|
|
"domain": ["geosite:cn"]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "proxy",
|
|
"network": "udp,tcp"
|
|
}
|
|
]
|
|
},
|
|
|
|
"inbounds": [
|
|
{
|
|
"port": {{ port }},
|
|
"listen": "127.0.0.1",
|
|
"protocol": "socks",
|
|
"sniffing": {
|
|
"enabled": true,
|
|
"destOverride": ["http", "tls"]
|
|
},
|
|
"settings": {
|
|
"auth": "noauth",
|
|
"udp": false
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"tag": "proxy",
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"vnext": [
|
|
{
|
|
"address": "{{ subdomain }}.{{ domain }}",
|
|
"port": 443,
|
|
"users": [
|
|
{
|
|
"id": "{{ id }}",
|
|
"alterId": {{ alterid }},
|
|
"security": "none"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "ws",
|
|
"security": "tls",
|
|
"wsSettings": {
|
|
"path": "{{ path }}"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"protocol": "freedom",
|
|
"settings": {},
|
|
"tag": "direct"
|
|
},
|
|
{
|
|
"protocol": "blackhole",
|
|
"settings": {},
|
|
"tag": "block"
|
|
}
|
|
]
|
|
} |