问一下大佬们,现在v2ray 5.0.3不是支持fullcone吗,为什么netch测试为unsuporttedserver #1699
-
如题 |
Beta Was this translation helpful? Give feedback.
Answered by
AkinoKaede
Mar 30, 2022
Replies: 3 comments 5 replies
-
You shoud set For example: {
"inbounds": [
{
"protocol": "socks",
"settings": {
"udpEnabled": true,
"packetEncoding": "Packet"
},
"port": 1080
}
],
"outbounds": [
{
"protocol": "vmess",
"settings": {
"address": "v2fly.org",
"port": 0,
"uuid": "00000000-0000-0000-0000-000000000000"
}
}
]
} |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
AkinoKaede
-
5.0.3 现在是什么状态呀?可以用了吗?没看到文档更新,新版本配置文件怎么写。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
dokodemo 入站依旧无法 fullcone,能支持下么? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You shoud set
packetEncoding
setting of inbounds toPacket
.For example: