Chris Wopat
Chris Wopat
$.02 from an outsider - i consider hostnames as case INsensitive (as with dns), so enforcing unique vm names (vm1 == VM1) seems most sensible and the least confusing. Taking...
I missed an item that's required to create a ROA - "max prefix length" - this would have to exist as an optional field when using implementation method 2 -...
Also experiencing original issue, but I cannot get "app:app" to work either. Note if i run manually without service, it implies that the app is named powerdnsadmin: ``` ./run.py *...
Came searching for something like this. All of the html is rendered in html using a jinja2 template, so its basically html with some `{{ include }}` options. consider posting...
I am envisioning a 'help' button that links to a configureable URL that will give help on that specific page. Perhaps configure the tld `helpurlbase = 'help.myorg.com/dns/'` So, if you...
As of this morning i updated to current (git pull), performed proper db migration stuff, issue still persists.
Another note. I inspected the database, and it adds weird half records when this issue occurs. All of the types where it's NULL, and the 'name' strangely adds one for...
Spoke to developers of powerdns, the issue above with null values is NOT an issue and is expected, so that can be ignored. However, I just did a from scratch...
This issue was discovered when testing on our live zones (approx 1k) when using powerdns's `zone2sql` command. I tested by creating a PTR zone from scratch, using powerdns-admin's web ui,...
Perhaps there should be more options than just binary enable/disable. For example, you may wish to send the GRACEFUL_SHUTDOWN community prior to maintenance, see: * https://tools.ietf.org/html/rfc8326 This effectively tells peers...