We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give the ability via an option to select whether to create an A, AAAA, etc record.
The text was updated successfully, but these errors were encountered:
Not sure how to go about this one. Do i start firing up if statements for each record type....
For now, I created another wrapper for adding cnames
jforman@monitor:/devel/python-ddns$ git commit . [master b0262d5] Initial add of wrapper to add CNAME records 1 files changed, 55 insertions(+), 0 deletions(-) create mode 100755 add_cname.py jforman@monitor:/devel/python-ddns$ git push Counting objects: 4, done. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 990 bytes, done. Total 3 (delta 1), reused 0 (delta 0) To [email protected]:jforman/python-ddns.git dd8ab0c..b0262d5 master -> master
Sorry, something went wrong.
No branches or pull requests
Give the ability via an option to select whether to create an A, AAAA, etc record.
The text was updated successfully, but these errors were encountered: