Development

This commit is contained in:
Matthew Grotke 2026-05-28 02:49:52 -04:00
parent 946d99fe3f
commit 3bdba52d57
3 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
"name": "upstream_servers", "name": "upstream_servers",
"item_placeholder": "e.g. 1.1.1.1", "item_placeholder": "e.g. 1.1.1.1",
"add_label": "Add Provider", "add_label": "Add Provider",
"validate": "ip", "validate": "ipv4",
"hint": "DNS resolvers queried for external hostnames. Supports IPv4 and IPv6.", "hint": "DNS resolvers queried for external hostnames. Supports IPv4 and IPv6.",
"items": "%DNS_UPSTREAM_SERVERS_JSON%" "items": "%DNS_UPSTREAM_SERVERS_JSON%"
}, },

View file

@ -59,7 +59,7 @@
{ {
"col": "ip", "col": "ip",
"input_type": "text", "input_type": "text",
"validate": "ip" "validate": "ipv4"
}, },
{ {
"col": "enabled", "col": "enabled",
@ -108,7 +108,7 @@
"label": "Resolves To", "label": "Resolves To",
"name": "ip", "name": "ip",
"input_type": "text", "input_type": "text",
"validate": "ip", "validate": "ipv4",
"placeholder": "e.g. 192.168.1.100" "placeholder": "e.g. 192.168.1.100"
}, },
{ {

View file

@ -107,7 +107,7 @@
{ {
"col": "subnet", "col": "subnet",
"input_type": "text", "input_type": "text",
"validate": "subnet" "validate": "ipv4"
}, },
{ {
"col": "subnet_mask", "col": "subnet_mask",