1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Remove eBPF support from shadowsocks interface, not working for now...

This commit is contained in:
Ycarus 2019-01-03 12:02:46 +01:00
parent cecdab539d
commit 5eac313b9d

View file

@ -126,6 +126,7 @@ function options_common(s, tab)
s:taboption(tab, Flag, "reuse_port", translate("Enable SO_REUSEPORT"))
s:taboption(tab, Flag, "no_delay", translate("Enable TCP_NODELAY"))
s:taboption(tab, Flag, "mptcp", translate("Enable MPTCP"))
s:taboption(tab, Flag, "ebpf", translate("Enable eBPF"))
end
function options_obfs(s, tab)