feat(config): tun mode stack: Mixed, closes #431

This commit is contained in:
kunish 2023-10-29 19:15:25 +08:00
parent 5c7ee7b24e
commit 59d7b04d5c
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -261,6 +261,7 @@ const ConfigForm: Component<{ backendVersion: Accessor<string> }> = ({
)
}
>
<option>Mixed</option>
<option>gVisor</option>
<option>System</option>
<option>LWIP</option>