Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-10-16 13:06:47 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-10-16 13:08:01 +0300
commitac7901abba4326ae8ee75cdc18bbb84c7bda85d4 (patch)
tree354cbefaec82d6b43571ac01c3e980e8f00137ca /web/html/xui/warp_modal.html
parentdff2496d73e94792b6ecd876a2bdb6ab851faec8 (diff)
Wireguard - kernel Tun
Diffstat (limited to 'web/html/xui/warp_modal.html')
-rw-r--r--web/html/xui/warp_modal.html3
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,
}
});
}