Directly manipulate pdns Mysql backend to verify with Let's Encrypt.
@ -135,7 +135,7 @@ rm_record() {
notify_slaves() {
root=$1
# hack set last_check to null to force update. #
mysql -ss "-h${PDNS_Host}" "-P${PDNS_Port}" "-u${PDNS_User}" "-p${PDNS_Pass}" -e "UPDATE ${PDNS_Database}.domains SET last_check=NULL WHERE name='${root}';"
return 0