mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
parent
73e554dab2
commit
bcbce88ad3
@ -92,6 +92,17 @@ local v2ray = {
|
||||
}
|
||||
}
|
||||
} or nil,
|
||||
tcpSettings = (server.transport == "tcp") and {
|
||||
header = {
|
||||
type = server.tcp_guise,
|
||||
request = {
|
||||
path = server.tcp_guise_http_path,
|
||||
headers = {
|
||||
Host = server.tcp_guise_http_host
|
||||
}
|
||||
}
|
||||
}
|
||||
} or nil,
|
||||
kcpSettings = (server.transport == "mkcp") and {
|
||||
mtu = tonumber(server.mkcp_mtu),
|
||||
tti = tonumber(server.mkcp_tti),
|
||||
|
Loading…
Reference in New Issue
Block a user