From 3bdba52d57dc22e831a1482bdf8e088e7446cc2b Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Thu, 28 May 2026 02:49:52 -0400 Subject: [PATCH] Development --- docker/routlin-dash/app/pages/dnsserver/content.json | 2 +- docker/routlin-dash/app/pages/hostoverrides/content.json | 4 ++-- docker/routlin-dash/app/pages/networklayout/content.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/routlin-dash/app/pages/dnsserver/content.json b/docker/routlin-dash/app/pages/dnsserver/content.json index 474cb20..8c4da82 100644 --- a/docker/routlin-dash/app/pages/dnsserver/content.json +++ b/docker/routlin-dash/app/pages/dnsserver/content.json @@ -30,7 +30,7 @@ "name": "upstream_servers", "item_placeholder": "e.g. 1.1.1.1", "add_label": "Add Provider", - "validate": "ip", + "validate": "ipv4", "hint": "DNS resolvers queried for external hostnames. Supports IPv4 and IPv6.", "items": "%DNS_UPSTREAM_SERVERS_JSON%" }, diff --git a/docker/routlin-dash/app/pages/hostoverrides/content.json b/docker/routlin-dash/app/pages/hostoverrides/content.json index e789387..991bba1 100644 --- a/docker/routlin-dash/app/pages/hostoverrides/content.json +++ b/docker/routlin-dash/app/pages/hostoverrides/content.json @@ -59,7 +59,7 @@ { "col": "ip", "input_type": "text", - "validate": "ip" + "validate": "ipv4" }, { "col": "enabled", @@ -108,7 +108,7 @@ "label": "Resolves To", "name": "ip", "input_type": "text", - "validate": "ip", + "validate": "ipv4", "placeholder": "e.g. 192.168.1.100" }, { diff --git a/docker/routlin-dash/app/pages/networklayout/content.json b/docker/routlin-dash/app/pages/networklayout/content.json index 660593d..17b8963 100644 --- a/docker/routlin-dash/app/pages/networklayout/content.json +++ b/docker/routlin-dash/app/pages/networklayout/content.json @@ -107,7 +107,7 @@ { "col": "subnet", "input_type": "text", - "validate": "subnet" + "validate": "ipv4" }, { "col": "subnet_mask",