Skip to content

Commit

Permalink
fix: be able to show mixed stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Larvan2 committed Oct 24, 2023
1 parent c882d85 commit f2c729c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const modeOptions = [

const tunStackOptions = [
['gvisor', 'gVisor'],
['mixed', 'Mixed'],
['system', 'System'],
['lwip', 'LWIP'],
];
Expand Down

0 comments on commit f2c729c

Please sign in to comment.