Development
This commit is contained in:
parent
492b1a15c5
commit
95a89fcc52
1 changed files with 8 additions and 8 deletions
|
|
@ -889,14 +889,6 @@
|
||||||
"action": "/action/upstreamdns_cardupstreamdns_save",
|
"action": "/action/upstreamdns_cardupstreamdns_save",
|
||||||
"method": "post",
|
"method": "post",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
|
||||||
"type": "field",
|
|
||||||
"label": "Strict Order",
|
|
||||||
"name": "strict_order",
|
|
||||||
"input_type": "checkbox",
|
|
||||||
"value": "%DNS_STRICT_ORDER%",
|
|
||||||
"hint": "Query DNS providers in list order rather than in parallel."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "editable_list",
|
"type": "editable_list",
|
||||||
"label": "DNS Providers",
|
"label": "DNS Providers",
|
||||||
|
|
@ -907,6 +899,14 @@
|
||||||
"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%"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "field",
|
||||||
|
"label": "Strict Order",
|
||||||
|
"name": "strict_order",
|
||||||
|
"input_type": "checkbox",
|
||||||
|
"value": "%DNS_STRICT_ORDER%",
|
||||||
|
"hint": "Query DNS providers in list order rather than in parallel."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "button_row",
|
"type": "button_row",
|
||||||
"items": [
|
"items": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue