From 543219db0c2bf10caa87b0d1ca4360ab1782a33b Mon Sep 17 00:00:00 2001 From: Plumf <45500657+Plumf@users.noreply.github.com> Date: Sun, 19 Apr 2020 19:30:22 +0200 Subject: [PATCH] Update app_pihole.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Allan Nordhøy --- app_pihole.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_pihole.md b/app_pihole.md index 7a3e985d..d9856a66 100644 --- a/app_pihole.md +++ b/app_pihole.md @@ -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. -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 sudo ifconfig eth0 0.0.0 && sudo dhclient eth0 ```