mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-05 11:21:26 +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": {
|
"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": []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue