Skip to content

Commit

Permalink
🚑 Change the default IP range setting to follow RFC1918
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Sep 1, 2019
1 parent a9d6fa9 commit dcaac66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wireguard/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"server": {
"host": "myautomatedhome.duckdns.org",
"addresses": [
"172.244.66.1"
"172.27.66.1"
],
"dns": []
},
"peers": [
{
"name": "hassio",
"addresses": [
"172.244.66.2"
"172.27.66.2"
],
"allowed_ips": [],
"client_allowed_ips": []
Expand Down

0 comments on commit dcaac66

Please sign in to comment.