Specify the IP address to be used for install

Signed-off-by: Mark Drobnak <newtoncat12@yahoo.com>
This commit is contained in:
Mark Drobnak
2018-06-09 11:01:28 -04:00
committed by GitHub
parent ded7314be3
commit 33ed1f45cd

View File

@@ -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