diff --git a/docs/DocumentList.md b/docs/DocumentList.md
index a2ef29d..68cf431 100644
--- a/docs/DocumentList.md
+++ b/docs/DocumentList.md
@@ -10,7 +10,7 @@ List of all Documents used within this project with related Apps and Videos.
|[macvlan_setup.md](../docs/macvlan_setup.md)|Attach a container directly to local network (macvlan)|||
|[nginx_proxy_manager.md](../docs/nginx_proxy_manager.md)|Install and setup instructions for Nginx Proxy Manager (NPM)|Nginx Proxy Manager|[]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
|[photoprism.md](../docs/photoprism.md)|Install and Setup Instructions for PhotoPrism Stack|PhotoPrism||
-|[pi-hole.md](../docs/pi-hole.md)|Install and Setup Pi-Hole for Network-Wide Ad Block|Pi-Hole
Pi-Hole-Unbound
Pi-Hole DoH/DoT||
+|[pi-hole.md](../docs/pi-hole.md)|Install and Setup Pi-Hole for Network-Wide Ad Block|Pi-Hole DoH/DoT
Pi-Hole-Unbound
Pi-Hole||
|[rpi_docker_monitor.md](../docs/rpi_docker_monitor.md)|Install and setup instructions for the RPI Docker Monitor|Raspberry Pi Docker Monitor|[]("https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8")|
|[searxng.md](../docs/searxng.md)|Install and Setup Instructions for SearXNG Meta Search|SearXNG||
|[throttled.md](../docs/throttled.md)|Install and Setup Instructions for the Throttled Script|||
diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json
index f67a4b5..d2b62d0 100644
--- a/pi-hosted_template/template/portainer-v2.json
+++ b/pi-hosted_template/template/portainer-v2.json
@@ -5679,6 +5679,11 @@
"label": "WG_DEFAULT_DNS",
"name": "WG_DEFAULT_DNS"
},
+ {
+ "default": "10.8.0.x",
+ "label": "WG_DEFAULT_ADDRESS",
+ "name": "WG_DEFAULT_ADDRESS"
+ },
{
"default": "0.0.0.0/0, ::/0",
"label": "WG_ALLOWED_IPS",
diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json
index f67a4b5..d2b62d0 100644
--- a/template/portainer-v2-arm32.json
+++ b/template/portainer-v2-arm32.json
@@ -5679,6 +5679,11 @@
"label": "WG_DEFAULT_DNS",
"name": "WG_DEFAULT_DNS"
},
+ {
+ "default": "10.8.0.x",
+ "label": "WG_DEFAULT_ADDRESS",
+ "name": "WG_DEFAULT_ADDRESS"
+ },
{
"default": "0.0.0.0/0, ::/0",
"label": "WG_ALLOWED_IPS",
diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json
index 5732fba..14249b6 100644
--- a/template/portainer-v2-arm64.json
+++ b/template/portainer-v2-arm64.json
@@ -6064,6 +6064,11 @@
"label": "WG_DEFAULT_DNS",
"name": "WG_DEFAULT_DNS"
},
+ {
+ "default": "10.8.0.x",
+ "label": "WG_DEFAULT_ADDRESS",
+ "name": "WG_DEFAULT_ADDRESS"
+ },
{
"default": "0.0.0.0/0, ::/0",
"label": "WG_ALLOWED_IPS",