[GH-ISSUE #389] Feature: Support for Type AAAA Entries (IPv6) #137

Closed
opened 2026-02-26 04:34:09 +03:00 by kerem · 0 comments
Owner

Originally created by @mageddo on GitHub (Mar 21, 2023).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/389

Originally assigned to: @mageddo on GitHub.

Summary

Implement feature requested at #208 , add support for AAAA query name resolution for LocalDB, System and Docker Solvers

  • DPS network is supposed to support both IPV4 and IPV6

Changes

  • Docker Solver - 3.15.1-snapshot
  • System solver - 3.15.5-snapshot
  • LocalDB Solver - 3.15.6-snapshot
  • Create DPS network with IPV6 support - 3.15.7-snapshot

Annotations

  • Docker IPV6 is not enabled by default on 20.10.14 see how to enable and use it
  • Specifying record type when querying with dig dig -p 8053 nginx1.docker AAAA @127.0.0.1
  • Create a ipv6 docker network
$ docker network create --subnet="2001:db8:1::/64" --gateway="2001:db8:1::1" --ipv6 my-net1
Originally created by @mageddo on GitHub (Mar 21, 2023). Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/389 Originally assigned to: @mageddo on GitHub. ## Summary Implement feature requested at #208 , add support for AAAA query name resolution for LocalDB, System and Docker Solvers * DPS network is supposed to support both IPV4 and IPV6 ## Changes * [x] Docker Solver - `3.15.1-snapshot` * [x] System solver - `3.15.5-snapshot` * [x] LocalDB Solver - `3.15.6-snapshot` * [x] Create DPS network with IPV6 support - `3.15.7-snapshot` ## Annotations * Docker IPV6 is not enabled by default on `20.10.14` see how to enable and use it * [ref 1][2] * [ref 2][1] * Specifying record type when querying with dig `dig -p 8053 nginx1.docker AAAA @127.0.0.1` * Create a ipv6 docker network ```bash $ docker network create --subnet="2001:db8:1::/64" --gateway="2001:db8:1::1" --ipv6 my-net1 ``` [1]: https://dev.to/joeneville_/build-a-docker-ipv6-network-dfj [2]: https://docs.docker.com/config/daemon/ipv6/
kerem 2026-02-26 04:34:09 +03:00
  • closed this issue
  • added the
    feature
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#137
No description provided.