From 326f82d4f3b0d0ae570dcde26edce51201d1473e Mon Sep 17 00:00:00 2001 From: Christoph Kottke Date: Wed, 18 Aug 2021 09:27:39 +0200 Subject: [PATCH] add config template for fixed address --- data/is-cfg.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/is-cfg.json b/data/is-cfg.json index 3d536bb..736d44c 100644 --- a/data/is-cfg.json +++ b/data/is-cfg.json @@ -1,5 +1,13 @@ { "callsign": "NOCALL-10", + "network": { + "DHCP": true, + "staticIP": "192.0.2.100", + "subnet": "255.255.255.0", + "gateway": "192.0.2.1", + "dns1": "192.0.2.1", + "dns2": "192.0.2.2" + }, "wifi": { "AP": [ {