mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #208] Support for Type AAAA Entries (IPv6) #87
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sajito on GitHub (Sep 2, 2020).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/208
What is expected
It would be nice if we could specify type AAAA entries, to make the dns server resolve hostnames to ipv6 addresses.
What is Happening
Right now there is no way to add any type AAAA entries, making it impossible to resolve a hostname to the ipv6 address.
@4ntsu commented on GitHub (May 18, 2022):
I would love to see this functionality too. My Docker network is dual stack, and it would be great if the DNS server could return both the v4 and v6 addresses when a container is queried.
@mageddo commented on GitHub (Mar 3, 2023):
Yeah it would be a nice feature.
I'm working to increase Mac and windows compatibility right now, this one could be done in sequence
@mageddo commented on GitHub (Mar 21, 2023):
Hey guys, I'm releasing #390 (version 3.15) snapshot right now, it will available for use in 10 minutes, it will add ipv6 support for docker containers solving, can you validate it?
Will also release localdb and host.docker solvers in the next days.
Thanks in advance.
Example:
@4ntsu commented on GitHub (Mar 22, 2023):
Working perfectly here with the docker tag
3.15.2-snapshot.Muitissimo obrigado!
@mageddo commented on GitHub (Mar 22, 2023):
Tmj, man
@mageddo commented on GitHub (Mar 29, 2023):
3.15.5-snapshotintroduceshost.dockerIPV6 support@mageddo commented on GitHub (Mar 31, 2023):
The complete feature was implemented since
3.15.7-snapshot, see #389 for more details. Soon a final release, if you have any feedback please let me know opening an issue.