From 933df61643cba67561ae0e22faece35bbb11e668 Mon Sep 17 00:00:00 2001 From: Plumf <45500657+Plumf@users.noreply.github.com> Date: Sun, 19 Apr 2020 19:30:44 +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 3ebb0e1c..3366a39b 100644 --- a/app_pihole.md +++ b/app_pihole.md @@ -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 ```