Skip to content

Commit

Permalink
feat: add mixed stack (#3599)
Browse files Browse the repository at this point in the history
* feat: add lwip & mixed stack

* https://github.com/MetaCubeX/Clash.Meta/blob/Alpha/constant/tun.go#L69

* delete lwip

---------

Co-authored-by: vernesong <[email protected]>
  • Loading branch information
simonsmh and vernesong authored Dec 13, 2023
1 parent d7fd2a1 commit ef5ce19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions luci-app-openclash/luasrc/model/cbi/openclash/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ o:depends("en_mode", "fake-ip-tun")
o:depends("en_mode", "redir-host-mix")
o:depends("en_mode", "fake-ip-mix")
o:value("system", translate("System "))
o:value("gvisor", translate("Gvisor"))
o:value("gvisor", translate("gVisor"))
o:value("mixed", translate("Mixed")..translate("(Only Meta Core)"))
o.default = "system"

o = s:taboption("op_mode", ListValue, "proxy_mode", translate("Proxy Mode"))
Expand Down Expand Up @@ -1131,7 +1132,8 @@ o.description = translate("Select Stack Type For TUN Mode, According To The Runn
o:depends({ipv6_mode= "2", en_mode = "redir-host"})
o:depends({ipv6_mode= "2", en_mode = "fake-ip"})
o:value("system", translate("System "))
o:value("gvisor", translate("Gvisor"))
o:value("gvisor", translate("gVisor"))
o:value("mixed", translate("Mixed")..translate("(Only Meta Core)"))
o.default = "system"

o = s:taboption("ipv6", Flag, "enable_v6_udp_proxy", translate("Proxy UDP Traffics"))
Expand Down

0 comments on commit ef5ce19

Please sign in to comment.