feat(NetworkConfigManager): add optional second interface name for dual server configurations; enhance UI to support interface naming for both servers
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s

This commit is contained in:
2026-01-22 13:18:46 +07:00
parent cf1dbfce37
commit fdc8b1f458
2 changed files with 87 additions and 25 deletions
+2
View File
@@ -54,6 +54,7 @@
{
"id": "if-gre-swe-de",
"name": "gre-swe-de",
"name2": "gre-de-swe",
"type": "GRE",
"localIp": "10.10.0.1",
"remoteIp": "10.10.0.2",
@@ -63,6 +64,7 @@
{
"id": "if-wg-swe-nl",
"name": "wg0",
"name2": "wg1",
"type": "WireGuard",
"localIp": "10.20.0.1",
"remoteIp": "10.20.0.2",