From 463bd95b5277cc9ae90570517bf8f16ee443cd44 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Tue, 24 Sep 2024 10:47:22 +0100 Subject: [PATCH] remove restartdns command from docs per https://github.com/pi-hole/pi-hole/pull/5779 Signed-off-by: Adam Warner --- docs/core/pihole-command.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/core/pihole-command.md b/docs/core/pihole-command.md index 4aae9e5e8..b78659fc7 100644 --- a/docs/core/pihole-command.md +++ b/docs/core/pihole-command.md @@ -29,7 +29,6 @@ Pi-hole makes use of many commands, and here we will break down those required t | [Uninstall](#uninstall) | `pihole uninstall` | | [Status](#status) | `pihole status` | | [Enable & Disable](#enable-disable) | `pihole enable` | -| [Restart DNS](#restart-dns) | `pihole restartdns` | | [Checkout](#checkout) | `pihole checkout` | ### Core Script @@ -209,16 +208,6 @@ Display the running status of Pi-hole's DNS and blocking services. Toggle Pi-hole's ability to block unwanted domains. The disable option has the option to set a specified time before blocking is automatically re-enabled. -### Restart DNS - -| | | -| -------------- | -------------- | -| Help Command | N/A | -| Script Location | [`/usr/local/bin/pihole`](https://github.com/pi-hole/pi-hole/blob/master/pihole) | -| Example Usage | [`pihole restartdns`](https://discourse.pi-hole.net/t/the-pihole-command-with-examples/738#restartdns) | - -Restart Pi-hole's DNS service. - ### Checkout | | |