From f2640c2a3c0a095ab9e1e94592ba9cbbae22cd29 Mon Sep 17 00:00:00 2001 From: simon <65259334+sujiba@users.noreply.github.com> Date: Fri, 20 May 2022 00:43:00 +0200 Subject: [PATCH] removed hostname --- example.env | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/example.env b/example.env index be90add..111cdbe 100644 --- a/example.env +++ b/example.env @@ -4,8 +4,6 @@ IMAGE=sujiba/pihole-unbound-hyperlocal:latest NAME=pihole-unbound -HOSTNAME=pihole - # 80 or an alternative port if you use a reverse proxy like nginx HTTP_PORT=80 @@ -18,7 +16,7 @@ WEBPASSWORD=PASSWORD # Upstream DNS server(s) for Pi-hole to forward queries to, seperated by a semicolon # (supports non-standard ports with #[port number]) e.g 127.0.0.1#5053;8.8.8.8;8.8.4.4 # Hardcoded to our Unbound server -PIHOLE_DNS=127.0.0.1#5335 +PIHOLE_DNS='127.0.0.1#5335' # We disable DNSSEC because it is done by Unbound DNSSEC=false