mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
parent
59fe7c1ac6
commit
057f8cf9b9
@ -125,9 +125,9 @@ function gen_config(user)
|
||||
header = {
|
||||
type = user.tcp_guise,
|
||||
request = (user.tcp_guise == "http") and {
|
||||
path = {user.tcp_guise_http_path} or {"/"},
|
||||
path = user.tcp_guise_http_path or {"/"},
|
||||
headers = {
|
||||
Host = {user.tcp_guise_http_host} or {}
|
||||
Host = user.tcp_guise_http_host or {}
|
||||
}
|
||||
} or nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user