Actions
Feature #16228
closedSupport multiple NAT64 prefixes via DNS64/PREF64
Status:
Needs Patch
Priority:
Normal
Assignee:
-
Category:
DNS Resolver
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Description
It is possible to return multiple NAT64 prefixes - ie multiple AAAA records returned pointing to each prefix. The servers listed at the top of https://nat64.xyz do this for example.
The purpose of such a setup is to allow load balancing and failover, allowing the use of multiple NAT64 gateways at once.
Updated by Marcos M 3 months ago
- Status changed from New to Needs Patch
It sounds like this would need to be implemented upstream in Unbound. The DNS64 module doesn't currently support doing so:
https://unbound.docs.nlnetlabs.nl/en/latest/manpages/unbound.conf.html#dns64-module-options
Actions