diff options
| author | Larvan2 <[email protected]> | 2023-10-24 19:38:17 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-10-24 19:43:02 +0800 |
| commit | d939e4ad247d1421335eb97b48b9669a8e0892d2 (patch) | |
| tree | d89c2776de13794a55f523687edba70f8224d7f6 /src/components | |
| parent | c882d856326ed2c8a2f6a7350aecb5e48a1ea03d (diff) | |
fix: show mixed stack
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Config.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Config.tsx b/src/components/Config.tsx index 78f59ef..cb2da8d 100644 --- a/src/components/Config.tsx +++ b/src/components/Config.tsx @@ -65,6 +65,7 @@ const modeOptions = [ const tunStackOptions = [ ['gvisor', 'gVisor'], + ['mixed', 'Mixed'], ['system', 'System'], ['lwip', 'LWIP'], ]; |
