dns: remove public DNS server

It was subject to DoS
This commit is contained in:
Romain Paquet 2026-03-26 20:11:39 +01:00
parent 4f03920d94
commit af4a2e6e22

View file

@ -27,7 +27,8 @@
tags = [ tags = [
"garage" "garage"
"server" "server"
"dns" # FIXME: find a way to protect the public DNS against DoS
# "dns"
]; ];
}; };
}; };