Update app_pihole.md

Co-Authored-By: Allan Nordhøy <epost@anotheragency.no>
This commit is contained in:
Plumf 2020-04-19 19:30:44 +02:00 committed by GitHub
parent a7344f8c88
commit 933df61643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ And first, get your network interface (usually `eth0`).
sudo ifconfig
```
Then change your ip to a static ip.
Then change your IP to a static one.
```bash
sudo ifconfig eth0 192.168.1.100
```