1
0
Fork 0
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:
Ycarus 2019-04-15 22:16:16 +02:00
parent 772ea5b0ff
commit d2e5a21df6

View file

@ -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