404 hosts section and other fixes

This commit is contained in:
Jamie Curnow
2018-07-26 08:23:32 +10:00
parent 81b3366a8b
commit 5107d1529f
41 changed files with 1260 additions and 379 deletions

View File

@ -130,6 +130,7 @@
},
"schema": {
"type": "object",
"additionalProperties": false,
"required": [
"domain_names",
"forward_ip",
@ -186,6 +187,7 @@
},
"schema": {
"type": "object",
"additionalProperties": false,
"properties": {
"domain_names": {
"$ref": "#/definitions/domain_names"