|
@@ -36,14 +36,15 @@
|
|
"network": "ws",
|
|
"network": "ws",
|
|
"security": "tls",
|
|
"security": "tls",
|
|
"wsSettings": {
|
|
"wsSettings": {
|
|
- "path": "/Path2WS?ed=2048" //?ed=2048 前面填写你的 path
|
|
|
|
|
|
+ "path": "/Path2WS?ed=2560" //?ed=2560 前面填写你的 path
|
|
},
|
|
},
|
|
"tlsSettings": {
|
|
"tlsSettings": {
|
|
"allowInsecure": false,
|
|
"allowInsecure": false,
|
|
- "serverName": "xx.com", //Equal to "SNI"
|
|
|
|
|
|
+ "serverName": "xx.com", //Equal to "SNI"
|
|
"fingerprint": "chrome" //"chrome" or "firefox"
|
|
"fingerprint": "chrome" //"chrome" or "firefox"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
- }},
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"tag": "direct",
|
|
"tag": "direct",
|
|
"protocol": "freedom",
|
|
"protocol": "freedom",
|
|
@@ -60,9 +61,7 @@
|
|
"rules": [
|
|
"rules": [
|
|
{
|
|
{
|
|
"type": "field",
|
|
"type": "field",
|
|
- "ip": [
|
|
|
|
- "geoip:private"
|
|
|
|
- ],
|
|
|
|
|
|
+ "ip": ["geoip:private"],
|
|
"outboundTag": "direct"
|
|
"outboundTag": "direct"
|
|
}
|
|
}
|
|
]
|
|
]
|