This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Create / Removes acme dns records by modifying bind zone files. | |
# It does not use RFC2136, so zone files can still be edited manually. :) | |
# | |
# Notes: | |
# - This script is non-concurrent! | |
# | |
# Assumptions: |