Compare commits

..

No commits in common. "b3399e4db5fac3f21623453af0d76d9a7832727d" and "2178221b4ad7322d994ea82534be562f3029fb71" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ set -o pipefail
deploy_challenge() {
echo "
server ${server}
server 10.0.11.3
zone ${zone}.
update add $1.${zone}. 60 IN TXT \"$3\"
send
@ -13,7 +13,7 @@ deploy_challenge() {
clean_challenge() {
echo "
server ${server}
server 10.0.11.3
zone ${zone}.
update delete $1.${zone}. TXT
send

View file

@ -1,4 +1,5 @@
from shlex import quote
from ipaddress import ip_interface
defaults = {