mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 17:20:15 +00:00
Port 53 check updated with 4 spaces.
Signed-off-by: RamSet <RamSet@gmail.com>
This commit is contained in:
parent
3af61c031d
commit
56b04017e7
3 changed files with 160 additions and 19 deletions
|
@ -158,6 +158,12 @@ removeNoPurge() {
|
|||
systemctl reload-or-restart systemd-resolved
|
||||
fi
|
||||
|
||||
# Restore dnsmasq via Network Manager
|
||||
if [[ -e /etc/NetworkManager/NetworkManager.conf.orig ]]; then
|
||||
${SUDO} cp /etc/NetworkManager/NetworkManager.conf.orig /etc/NetworkManager/NetworkManager.conf
|
||||
systemctl reload-or-restart NetworkManager
|
||||
fi
|
||||
|
||||
# Remove FTL
|
||||
if command -v pihole-FTL &> /dev/null; then
|
||||
echo -ne " ${INFO} Removing pihole-FTL..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue