|
|
- "inbounds": [
- {
- "listen": "127.0.0.1",
- "port": "10000",
- "protocol": "vless",
- "tag": "direct",
- "settings": {
- "decryption": "none",
- "clients": [
- {
- "id": "UUID1",
- "level": 0
- }
- ]
- },
- "streamSettings": {
- "network": "ws",
- "wsSettings": {
- "path": "/123"
- }
- }
- },
- {
- "listen": "127.0.0.1",
- "port": 20000,
- "protocol": "vmess",
- "settings": {
- "clients": [
- {
- "id": "UUID2"
- }
- ]
- },
- "streamSettings": {
- "network": "tcp"
- }
- }
- ]
复制代码
连接1是正常的,2死活就是连不上(从墙外的机器也连不上)。防火墙端口已经开了,V2也在监听端口。
大佬们帮我看看还有可能是哪里的问题,困扰我两天了。 |
|