mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 10:51:23 +00:00
🚑 Change the default IP range setting to follow RFC1918
This commit is contained in:
parent
a9d6fa9290
commit
dcaac6696a
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
"server": {
|
||||
"host": "myautomatedhome.duckdns.org",
|
||||
"addresses": [
|
||||
"172.244.66.1"
|
||||
"172.27.66.1"
|
||||
],
|
||||
"dns": []
|
||||
},
|
||||
|
@ -45,7 +45,7 @@
|
|||
{
|
||||
"name": "hassio",
|
||||
"addresses": [
|
||||
"172.244.66.2"
|
||||
"172.27.66.2"
|
||||
],
|
||||
"allowed_ips": [],
|
||||
"client_allowed_ips": []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue