From 88eab032be7197dd87d0b4c9864af4b6b4fd820b Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 18 Jan 2026 16:47:01 +0100 Subject: Add TUN protocol for inbound Introduces TUN protocol to inbound.js, including a new TunSettings class. Updates inbound form to support TUN protocol and adds a dedicated form template for TUN settings. Translation files are updated with TUN-related strings for all supported languages. --- web/html/form/protocol/tun.html | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 web/html/form/protocol/tun.html (limited to 'web/html/form/protocol/tun.html') diff --git a/web/html/form/protocol/tun.html b/web/html/form/protocol/tun.html new file mode 100644 index 00000000..08f80620 --- /dev/null +++ b/web/html/form/protocol/tun.html @@ -0,0 +1,44 @@ +{{define "form/tun"}} + + + + + + + + + + + + + + +{{end}} -- cgit v1.2.3