hns_doh_loadbalancer/cert.sh

7 lines
142 B
Bash
Raw Normal View History

2023-12-22 17:41:51 +11:00
#!/bin/bash
# Tell dnsdist to reload the config
dnsdist -c -e 'reloadAllCertificates()'
# Save last run time
date +%s > last_cert_reload.txt