Hotfix for #2 : Errors when type is TXT #20
Loading…
Reference in a new issue
No description provided.
Delete branch "hotfix/TXT"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added errorhandling to prevent #2 from happening.
The code will now print out any dns record that doesn't match the
type
ofA
orAAAA
. This will be investigated furtherAlso updated from
PUT
toPATCH
because the request only changes necessary fields (needs practice testing, can be reverted)requested review from @Neshura
assigned to @Firq
added 1 commit
Compare with previous version
added 1 commit
66a85c32
- Fix due to bad push on branch feature/dockerizeCompare with previous version
added 1 commit
aaa3da5c
- Added ipv4 specification to bash scriptCompare with previous version
added 1 commit
536a9cea
- Revert change from put to patch for nowCompare with previous version
added 1 commit
56e14400
- Revert "Revert change from put to patch for now"Compare with previous version
added 2 commits
61f952f0
- Added venv to gitignore439716ed
- Try Catch around the ip putCompare with previous version
added 1 commit
2b0dae76
- Uncaught syntax errorCompare with previous version
Had to make some changes to fix errors made by myself in earlier commits and unexpected errors in the python script
approved this merge request
mentioned in commit
fd19efd007
mentioned in issue #2