mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-28 05:36:00 +00:00
Specify the IP address to be used for install
Signed-off-by: Mark Drobnak <newtoncat12@yahoo.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user