Merge pull request #72 from XTLS/VLESS+WSS+Nginx->-VLESS-WSS-Nginx-1

Rename VLESS+WSS+Nginx/server.json to VLESS-WSS-Nginx/server.json
This commit is contained in:
xqzr
2022-08-29 23:28:18 +08:00
committed by GitHub

View File

@@ -1,49 +0,0 @@
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "/dev/shm/Xray-VLESS-WSS-Nginx.socket,0666",
"protocol": "vless",
"settings": {
"clients": [
{
"id": "" // 填写你的 UUID
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "" // 填写你的 path
}
}
}
],
"outbounds": [
{
"tag": "direct",
"protocol": "freedom",
"settings": {}
},
{
"tag": "blocked",
"protocol": "blackhole",
"settings": {}
}
],
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
"outboundTag": "blocked"
}
]
}
}