mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add tls support for obfs/v2ray
This commit is contained in:
parent
772ea5b0ff
commit
d2e5a21df6
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ function options_obfs(s, tab)
|
|||
end
|
||||
o = s:taboption(tab, ListValue, "obfs_type", translate("Type"))
|
||||
o:value("http")
|
||||
--o:value("tls")
|
||||
o:value("tls")
|
||||
o.default = "http"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue