Skip to content
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

RFC2317-style reverse zone from prefix #174

Open
krejcar25 opened this issue Jun 4, 2020 · 0 comments
Open

RFC2317-style reverse zone from prefix #174

krejcar25 opened this issue Jun 4, 2020 · 0 comments

Comments

@krejcar25
Copy link

Currently, DNS UI can create, display and work with a reverse zone in the RFC2317 format. However it can not create a zone 4/30.3.2.1.in-addr.arpa from the prefix 1.2.3.4/30, nor can it display the prefix and subnet in the respective columns in the zones list. I'd like to see this feature.

I haven't looked at the code, I'm useless with PHP, but if it would be mostly copy-pasting code, I might be able to cobble together a PR.

Also, how should be the two columns rendered? Only thing that comes to mind is something like this:

Zone name IPv4 prefix Subnet ...
4/30.3.2.1.in-addr.arpa 1.2.3.4 1.2.3.4/30 ...

but that makes the two columns almost identical. Any ideas on how to use both of them better?

Lastly, I feel like this might even help implement #24, but I imagine that would require more PHP coding than this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant