Replies: 1 comment 1 reply
-
|
Sadly the strategy of using BIND for backups doesn't work if you have unsupported record types. You might want to backup the output of "dnscontrol print-ir" instead. It has other problems (doing a restore is non-obvious, and the format can change without warning). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I've followed a suggestion in the docs to enable the BIND DNSProvider (with
nsCountset to0) to have an actual zone backup file of my DNS changes. However when I for example want to use ALIAS it fails as it says BIND does not support it. Also usingURL301writes into the BIND file (as;@ IN URL301 https://notam.ca) which is fine. However it keeps wanting to apply that change every time I execute aprevieworpushinstead of saying no changes required. UsingPORKBUN_URLFWDhas the same issue.Beta Was this translation helpful? Give feedback.
All reactions