Re: How to selectively skip DNSSEC validation?

2020-12-08 Thread Petr Menšík
On 12/7/20 11:02 PM, Andrew P. wrote: > Greetings, all. > > I'm having an odd problem, and I can't seem to figure out how to get Bind to > behave the way I need it to. > > I have a computer with a caching-only Bind instance (version > 9.11.24-RedHat-9.11.24-2.fc32), which is used both to acce

Zonefile Management in git

2020-12-08 Thread Cameron Banowsky
Seasons Greetings, We are managing our zone files in git and are looking for tools to accomplish validation checks within our CI/CD pipeline. Does anyone have any pro tips or code references for how we can optimize our user and admin experience? We are using Gitlab CI. For example, we would like

Re: Zonefile Management in git

2020-12-08 Thread Anand Buddhdev
Hi Cameron, We do something like this for our zones. In our zone repository, I have a script called "checkzones". I can run it any time in my checkout of the repository, and it checks all the zones for various things. For example, it checks for implicit owner names, missing TTL, etc. It also runs

Re: Zonefile Management in git

2020-12-08 Thread Cameron Banowsky
Thank you Anand, Would it be possible to look at your script and gitlab-ci yaml? This is incredibly helpful. Thank you so much. Cameron Banowsky SHE BASH 323-217-8592 https://shebash.io The content of this email is confidential and intended for the recipient specified in message only. It is str

Re: Zonefile Management in git

2020-12-08 Thread Anand Buddhdev
Sure, Cameron. However, since it's no longer BIND-related, I'll email you off-list. Anand On 08/12/2020 22:58, Cameron Banowsky wrote: > Thank you Anand, > > Would it be possible to look at your script and gitlab-ci yaml? This is > incredibly helpful. Thank you so much. > Cameron Banowsky > S