coredns/etc/systemd/system/copy_coredns.path
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

12 lines
282 B
SYSTEMD

[Unit]
Description=Watching for changes to TLS certs and triggering the copy service
ConditionPathExists=/etc/letsencrypt/live/dns.dotya.ml
[Path]
PathChanged=/etc/letsencrypt/live/dns.dotya.ml
TriggerLimitIntervalSec=30s
TriggerLimitBurst=30
[Install]
WantedBy=multi-user.target