nsd: adding captive portal dns redirect

This commit is contained in:
Ludwig Behm 2024-04-20 20:50:26 +02:00
parent abcd689bc6
commit 21d585edc2
3 changed files with 29 additions and 0 deletions

View file

@ -10,6 +10,7 @@ install:
@echo setup nsd dns server
install -o0 -g0 nsd/nsd.conf.d/* /etc/nsd/nsd.conf.d/
install -o0 -g0 nsd/zones/* /etc/nsd/zones/
systemctl restart nsd.service
@echo install nginx
rm -f /etc/nginx/sites-enabled/default