{ "mode": "dhcp", "hostname": "pinail", "wifi": { "ssid": "YourSSID", "password": "YourPassword" }, "static": { "ip": "192.168.0.159", "prefix": 24, "gateway": "192.168.0.1", "dns": [ "192.168.0.153", "8.8.8.8" ] }, "web": { "port": 5000 } }