Update app_pihole.md

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

View file

@ -59,7 +59,7 @@ sudo ifconfig eth0 192.168.1.100
``` ```
Now you can connect to your router and reboot its DHCP server to use it again. Now you can connect to your router and reboot its DHCP server to use it again.
You can now remove your static ip and get a dynamic ip again. You can now remove your static IP and get a dynamic IP again.
```bash ```bash
sudo ifconfig eth0 0.0.0 && sudo dhclient eth0 sudo ifconfig eth0 0.0.0 && sudo dhclient eth0
``` ```