mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
修订代码,示例;修复quic无法多路复用的bug
This commit is contained in:
@@ -11,7 +11,7 @@ host = "127.0.0.1"
|
||||
port = 4434
|
||||
version = 0
|
||||
insecure = true
|
||||
utls = true
|
||||
#utls = true #quic无法使用utls, 没办法
|
||||
advancedLayer = "quic"
|
||||
|
||||
#alpn = ["asdfsadf"] # 如果alpn没指定,则会自动使用 "h3"作为alpn,quic包的限制,导致必须指定一个alpn
|
||||
|
||||
@@ -41,6 +41,7 @@ host = "127.0.0.1" # 同listen对应配置, 可填ip或域名;如果 netwo
|
||||
# 除了host之外,也可使用 ip = "127.0.0.1"; 一般用了host就不需要再写ip,
|
||||
# 但是如果用了cdn 的话, 就要单独提供 ip 和 host
|
||||
# 单独提供 ip 的好处就是不用解析域名了
|
||||
# 另外,如果你的vps是ipv6机,则 ipv6 两端要加中括号 , 变成类似 "[2408:0000]"" 这种
|
||||
|
||||
# tls = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user