|
NAMEdns64 - enables DNS64 IPv6 transition mechanism.DESCRIPTIONThe dns64 plugin will when asked for a domain's AAAA records, but only finds A records, synthesizes the AAAA records from the A records.The synthesis is only performed if the query came in via IPv6. This translation is for IPv6-only networks that have NAT64 ⟨https://en.wikipedia.org/wiki/NAT64⟩. SYNTAXdns64 [PREFIX]
Or use this slightly longer form with more options: dns64 [PREFIX] { [translate_all] prefix PREFIX }
EXAMPLESTranslate with the default well known prefix. Applies to all queries (if they came in over IPv6).. { dns64 } Use a custom prefix. . { dns64 64:1337::/96 } Or . { dns64 { prefix 64:1337::/96 } } Enable translation even if an existing AAAA record is present. . { dns64 { translate_all } } METRICSIf monitoring is enabled (via the prometheus plugin) then the following metrics are exported:
The server label is explained in the prometheus plugin documentation. BUGSNot all features required by DNS64 are implemented, only basic AAAA synthesis.
SEE ALSOSee RFC 6147 ⟨https://tools.ietf.org/html/rfc6147⟩ for more information on the DNS64 mechanism.
Visit the GSP FreeBSD Man Page Interface. |