From 4abd5e96b478990833ae3aedb966bd17869fcde0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 23 May 2017 17:24:33 +0200 Subject: [PATCH] fix config --- dhcp_server/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dhcp_server/config.json b/dhcp_server/config.json index 559e11a..b8747be 100644 --- a/dhcp_server/config.json +++ b/dhcp_server/config.json @@ -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",