{
"inbounds": [
{
"port": 9000,
"listen": "0.0.0.0",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "UUID",
"alterId": ID
}
]
},
"streamSettings": {
"network": "ws",
"security": "none",
"wsSettings": {
"path": "路径",
"headers": {}
}
},
"tag": "",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
}
],
"outbounds": [
{
"protocol": "socks",
"settings": {
"servers": [{
"address": "127.0.0.1", #服务器IP
"port": 1080 #服务器端口
}]
}
},
{
"protocol": "freedom",
"settings": {},
"tag": "blocked"
}
],
"routing": {
"rules": [
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
}
]
}
}
vmess入站socke用户名出站
{
"inbounds": [
{
"port": 9000,
"listen": "0.0.0.0",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "uuid",
"alterId": 64
}
]
},
"streamSettings": {
"network": "ws",
"security": "none",
"wsSettings": {
"path": "/",
"headers": {}
}
},
"tag": "",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
}
],
"outbounds": [
{
"protocol": "socks",
"settings": {
"servers": [{
"address": "1.1.1.1",
"port": 8000,
"users": [
{
"user": "0bCTkF",
"pass": "v3kQer",
"level": 0
}
]
}]
}
},
{
"protocol": "freedom",
"settings": {},
"tag": "blocked"
}
],
"routing": {
"rules": [
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
}
]
}
}
Comments | NOTHING