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/warp_modal.html | |
| parent | dff2496d73e94792b6ecd876a2bdb6ab851faec8 (diff) | |
Wireguard - kernel Tun
Diffstat (limited to 'web/html/xui/warp_modal.html')
| -rw-r--r-- | web/html/xui/warp_modal.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/xui/warp_modal.html b/web/html/xui/warp_modal.html index 17f035ca..fb7d54ee 100644 --- a/web/html/xui/warp_modal.html +++ b/web/html/xui/warp_modal.html @@ -147,7 +147,8 @@ publicKey: peer.public_key, endpoint: peer.endpoint.host, }], - kernelMode: false + kernelMode: false, + kernelTun: false, } }); } |
