diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-16 13:06:47 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-16 13:08:01 +0300 |
| commit | ac7901abba4326ae8ee75cdc18bbb84c7bda85d4 (patch) | |
| tree | 354cbefaec82d6b43571ac01c3e980e8f00137ca /web/html/xui/form/outbound.html | |
| parent | dff2496d73e94792b6ecd876a2bdb6ab851faec8 (diff) | |
Wireguard - kernel Tun
Diffstat (limited to 'web/html/xui/form/outbound.html')
| -rw-r--r-- | web/html/xui/form/outbound.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index 00b33c0b..f35391cf 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -150,6 +150,9 @@ <a-form-item label='Kernel Mode'> <a-switch v-model="outbound.settings.kernelMode"></a-switch> </a-form-item> + <a-form-item label='Kernel Tun'> + <a-switch v-model="outbound.settings.kernelTun"></a-switch> + </a-form-item> <a-form-item> <template slot="label"> <a-tooltip> |
