From 4b47e177fb1b49c0a0a623c22494fbe2204dc078 Mon Sep 17 00:00:00 2001 From: Paul Brown Date: Sat, 23 Dec 2023 23:39:56 +0000 Subject: [PATCH] Remove unused and commented SUBNET from .env.example --- .env.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 5630cc3..b88a000 100644 --- a/.env.example +++ b/.env.example @@ -11,8 +11,6 @@ PUID=1000 PGID=1000 # Network settings -# Subnet for the private network - NOT USED IN COMPOSE FILE, CAN BE REMOVED -# SUBNET=10.2.0.0/24 # Static IP for Unbound UNBOUND_IPV4_ADDRESS=10.2.0.200 @@ -44,4 +42,4 @@ WGUI_MANAGE_RESTART=true WEBPASSWORD= # IP address for the Unbound server used by Pi-hole -PIHOLE_DNS=10.2.0.200 \ No newline at end of file +PIHOLE_DNS=10.2.0.200