Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
chore(client): remove the legacy LWIP stack
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Douglas <douglarek@gmail.com>
  • Loading branch information
douglarek committed Jan 8, 2024
1 parent 7db00b0 commit 58a1c3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions htdocs/luci-static/resources/view/homeproxy/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,6 @@ return view.extend({
so.value('mixed', _('Mixed'));
so.value('gvisor', _('gVisor'));
}
if (features.with_lwip)
so.value('lwip', _('LWIP'));
so.value('system', _('System'));
so.default = 'system';
so.depends('homeproxy.config.proxy_mode', 'redirect_tun');
Expand Down

0 comments on commit 58a1c3c

Please sign in to comment.