diff options
| author | Larvan2 <[email protected]> | 2024-06-27 20:01:44 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-27 20:01:44 +0800 |
| commit | 923d9ef2f714a8cbba4cf4f708c12cd0c3860bdb (patch) | |
| tree | a4d6b954db54e30e7165718d826fa426cbe12c58 /src | |
| parent | d0ca56c54c806779ee55b287b53e6ff57bd4d206 (diff) | |
rm lwip stack
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Config.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Config.tsx b/src/components/Config.tsx index 590942b..bdf277b 100644 --- a/src/components/Config.tsx +++ b/src/components/Config.tsx @@ -68,7 +68,6 @@ const tunStackOptions = [ ['gvisor', 'gVisor'], ['mixed', 'Mixed'], ['system', 'System'], - ['lwip', 'LWIP'], ]; const mapState = (s: State) => ({ |
