This commit is contained in:
teasiu
2024-01-01 11:59:05 +08:00
parent de55c90ce8
commit 4bcce4041c

View File

@@ -92,11 +92,11 @@ sidebar_position: 6
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"allowInsecure": false, "allowInsecure": false,
"serverName": "northflank2.hi-op.tk" "serverName": "nf.hi-op.tk"
}, },
"wsSettings": { "wsSettings": {
"headers": { "headers": {
"Host": "northflank2.hi-op.tk" "Host": "nf.hi-op.tk"
}, },
"path": "/vmess" "path": "/vmess"
} }
@@ -157,5 +157,12 @@ systemctl daemon-reload
systemctl restart v2ray systemctl restart v2ray
``` ```
## 注意事项 测试是否联通外网:
```bash
curl
```
## 应用