Skip to content

Commit

Permalink
fix reload.certs.snidust action/hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Seji64 committed Sep 20, 2024
1 parent e2baeca commit 2fd9872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/dnsdist/dnsdist.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ echo "addAction(AndRule({QNameRule(\"reload.acl.snidust.local\"),QTypeRule(\"A\"
echo ""

echo "-- queryreload.certs.snidust.local to reload certificates used for DoT"
echo "addAction(AndRule({QNameRule(\"reload.certs.snidust.local\"),QTypeRule(\"A\")}),reloadAllCertificates())"
echo "addAction(AndRule({QNameRule(\"reload.certs.snidust.local\"),QTypeRule(\"A\")}),LuaAction(reloadAllCertificates()))"
echo ""

if [ "${SPOOF_ALL_DOMAINS}" == "true" ]; then
Expand Down

0 comments on commit 2fd9872

Please sign in to comment.