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

Implement IPv6 DNS records creation #49

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

KuxaBeast
Copy link

@KuxaBeast KuxaBeast commented Oct 22, 2023

Solves #48 and #50.

Implementation details

IPv6 records are created based on DHCPv4 leases, so this feature is only useful on dual-stack deployments. The AAAA records are only created if neighbor discovery returns reachable status and removed only if not reachable or stale.

The separation of networks is done by the DHCP servers' bound interfaces rather than by the network domains. This implementation made more sense, imho, even though there might be similar records across multiple DHCP networks with the same domain set.

@KuxaBeast KuxaBeast marked this pull request as ready for review October 22, 2023 13:32
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

Successfully merging this pull request may close these issues.

None yet

1 participant