fix config

This commit is contained in:
Pascal Vizeli
2017-05-23 17:24:33 +02:00
committed by GitHub
parent 2cb7569634
commit 4abd5e96b4

View File

@@ -12,7 +12,7 @@
},
"options": {
"domain": null,
"domain-name-servers": [null],
"dns": ["8.8.8.8", "8.8.4.4"],
"networks": [
{
"subnet": "192.168.1.0",
@@ -28,8 +28,8 @@
]
},
"schema": {
"domain": null,
"dns": ["8.8.8.8", "8.8.4.4"],
"domain": "str",
"dns": ["str"],
"networks": [
{
"subnet": "str",