mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Remove eBPF option in shadowsocks-libev interface
This commit is contained in:
parent
8189f51b25
commit
0e6de8f068
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +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"))
|
||||
--s:taboption(tab, Flag, "ebpf", translate("Enable eBPF"))
|
||||
end
|
||||
|
||||
function options_obfs(s, tab)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue