Development
This commit is contained in:
parent
946d99fe3f
commit
3bdba52d57
3 changed files with 4 additions and 4 deletions
|
|
@ -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%"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
{
|
||||
"col": "subnet",
|
||||
"input_type": "text",
|
||||
"validate": "subnet"
|
||||
"validate": "ipv4"
|
||||
},
|
||||
{
|
||||
"col": "subnet_mask",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue