From f87a360d5c558070b2ccfac0e8d17c69570fd6c7 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 2 Feb 2025 15:49:29 +1300 Subject: [PATCH] move optional tcp server interface and udp interface settings to own section --- .../interfaces/AddInterfacePage.vue | 62 ++++++++++--------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/src/frontend/components/interfaces/AddInterfacePage.vue b/src/frontend/components/interfaces/AddInterfacePage.vue index 244d2fa..f9e36b3 100644 --- a/src/frontend/components/interfaces/AddInterfacePage.vue +++ b/src/frontend/components/interfaces/AddInterfacePage.vue @@ -123,32 +123,6 @@ -
- - Additional Server Interface settings - -
-
- - ⓘ Binds the interface to a specific network interface - -
-
-
- - ⓘ Binds the TCP Server Interface to an IPv6 address -
- -
-
-
-
@@ -461,7 +435,7 @@
- ⓘ Using this interface, Reticulum can use any program as an interface via stdin and stdout. This can be usedto easily create virtual interfaces, or to interface with custom hardware or other systems. +
ⓘ Using this interface, Reticulum can use any program as an interface via stdin and stdout. This can be usedto easily create virtual interfaces, or to interface with custom hardware or other systems.
@@ -560,7 +534,7 @@
- ⓘ Enabled when connecting to software that uses KISS framing such as packet radio sound modems. For KISS connections through serial hardware select "KISS Interface" as the interface type. + Enable this when connecting to software that uses KISS framing such as packet radio sound modems. For KISS connections through serial hardware select "KISS Interface" as the interface type.
@@ -568,7 +542,7 @@
- ⓘ Enables tunnelling through an I2P Connection using the TCPClientInterface + Enables tunnelling through an I2P Connection using the TCPClientInterface
@@ -577,6 +551,36 @@ + + + + + +