add config template for fixed address

pull/105/head
Christoph Kottke 2021-08-18 09:27:39 +02:00
rodzic 5544b79cae
commit 326f82d4f3
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -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": [
{