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:
parent
cecdab539d
commit
5eac313b9d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue