coredns/etc/systemd/system/copy_coredns.timer
surtur 51cb74c853
add DoH support
* add instructions on how to use the resolvers
* additionally, configure better caching on CoreDNS
* tweak the main domain used
* reorganise the README a bit
2023-10-05 14:53:36 +02:00

11 lines
164 B
SYSTEMD

[Unit]
Description=Weekly copy of TLS certs for coredns.service
[Timer]
OnCalendar=weekly
RandomizedDelaySec=30m
Persistent=true
[Install]
WantedBy=timers.target