From 33ed1f45cd9fcd6d09d40ae5365797dd4a77eb3e Mon Sep 17 00:00:00 2001 From: Mark Drobnak Date: Sat, 9 Jun 2018 11:01:28 -0400 Subject: [PATCH] Specify the IP address to be used for install Signed-off-by: Mark Drobnak --- docs/guides/vpn/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/vpn/installation.md b/docs/guides/vpn/installation.md index ddec4d8..93889ed 100644 --- a/docs/guides/vpn/installation.md +++ b/docs/guides/vpn/installation.md @@ -63,7 +63,7 @@ If you want to add more clients, you simply need to run this script again! ``` ### Install Pi-hole -Next, install Pi-hole and choose `tun0` as the interface. You can accept all the defaults, or configure Pi-hole to your liking. The interface selection is the most important step; if you don't choose `tun0` (at least to begin with), it will not work properly. +Next, install Pi-hole and choose `tun0` as the interface and `10.8.0.1/24` as the IP address. You can accept the rest of the defaults, or configure Pi-hole to your liking. The interface selection is the most important step; if you don't choose `tun0` (at least to begin with), it will not work properly. ``` curl -sSL https://install.pi-hole.net | bash