Remove individual DHCP lease

Hey,

how can I delete just one DHCP lease?

I read that I should do:

sudo systemctl stop dnsmasq
sudo nano /etc/pihole/dhcp.leases
sudo systemctl restart dnsmasq
systemctl status dnsmasq

but this does not work since "dnsmasq" does not even exist? Also systemctl list-units does not show it... :confused:

Thanks a bunch!!

Patrick

Use service pihole-FTL restart works whit start and stop too.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.