🚑 Change the default IP range setting to follow RFC1918

This commit is contained in:
Franck Nijhof 2019-09-01 20:50:40 +02:00
parent a9d6fa9290
commit dcaac6696a
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -37,7 +37,7 @@
"server": { "server": {
"host": "myautomatedhome.duckdns.org", "host": "myautomatedhome.duckdns.org",
"addresses": [ "addresses": [
"172.244.66.1" "172.27.66.1"
], ],
"dns": [] "dns": []
}, },
@ -45,7 +45,7 @@
{ {
"name": "hassio", "name": "hassio",
"addresses": [ "addresses": [
"172.244.66.2" "172.27.66.2"
], ],
"allowed_ips": [], "allowed_ips": [],
"client_allowed_ips": [] "client_allowed_ips": []