ref(NAT64AddrInfoModule): use 'ipv4only.arpa' well known host

defined in RFC7050 instead of 'nat64.jitsi.net' as suggested by
Jonathan Lennox.
This commit is contained in:
paweldomas 2019-09-30 17:20:59 -05:00 committed by Paweł Domas
parent 1aed08f460
commit 8dc0f30a49
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class NAT64AddrInfoModule
* The host for which the module wil try to resolve both IPv4 and IPv6
* addresses in order to figure out the NAT64 prefix.
*/
private final static String HOST = "nat64.jitsi.net";
private final static String HOST = "ipv4only.arpa";
/**
* How long is the {@link NAT64AddrInfo} instance valid.