mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-06-03 13:13:11 +00:00
Add Unbound as better DNSSEC enabled resolver
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
unbound-control-setup
|
||||
echo "Receiving anchor key..."
|
||||
/usr/sbin/unbound-anchor -a /etc/unbound/trusted-key.key
|
||||
echo "Receiving root hints..."
|
||||
curl -#o /etc/unbound/root.hints https://www.internic.net/domain/named.cache
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user