Files

7 lines
134 B
Plaintext
Raw Permalink Normal View History

2026-04-14 21:50:30 +00:00
#!/bin/bash
echo "DOMAIN TO BLOCK:"
read d
echo "address=/$d/0.0.0.0" | sudo tee -a /etc/dnsmasq.conf
sudo systemctl restart dnsmasq