-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Feature Request: support domains with just one label #87
Comments
okay found that I had a domain named '.' in my pdns :-) Removed it and now I get this error
|
weird, I renamed the zone in question to aorta.ch. API returns this "new" domain (the old one is not returned anymore). But when accessing zones in dino it still shows the error related to the old zonename. Is there something cached in dino? As said API does not return the name as shown in dino error message anymore. |
ah it's in the mysql dino db in table Any chance that dino could be changed to accept domains without TLD-label? 👍 ;-) |
took the nuke-it-from-orbit approach to "fix" it ;-) and commented line 660 in raise NoReverseMatch(msg) after that domain list is shown. Although dino errors when clicking on "aorta." domain, but that is okay with me as I hardly ever change anything in that zone. But all other zones work properly. So for me is fixed but I would really appreciate if dino could accept and show domains without TLD :-) |
running into an issue with dino in my latest setup. When getting the zones from API the request result triggers an Exception in dino
from my limited knowledge I would think that one domain in the list does not make dino happy. It's only the domain listing affected. I can see the zone in dino if going to
zones/MY_DOMAIN.tld
How can I best narrow down which domain in the result causes the issue? There about 100 domains in my pdns :-)
I'm using
PowerDNS Authoritative Server 4.5.1
is that is importantThe text was updated successfully, but these errors were encountered: