Skip to content

Commit

Permalink
Update pi-hole.json by removing DNS1 DNS2 options
Browse files Browse the repository at this point in the history
  • Loading branch information
magicalyak authored Mar 11, 2019
1 parent 6e83699 commit 72245cd
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pi-hole.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,10 @@
"label": "Rockstor IP",
"index": 1
},
"DNS1": {
"description": "Enter Primary DNS server. Eg: 8.8.8.8",
"label": "Primary DNS Server",
"index": 2,
"default": "8.8.8.8"
},
"DNS2": {
"description": "Enter Secondary DNS server. Eg: 8.8.4.4",
"label": "Secondary DNS Server (enter no if only one is to be used)",
"index": 3,
"default": "8.8.4.4"
},
"WEBPASSWORD": {
"description": "Enter desired webpassword for pi-hole.",
"label": "Web-Password",
"index": 4
"index": 2
}
}
}
Expand Down

0 comments on commit 72245cd

Please sign in to comment.