Browse Source

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

defined in RFC7050 instead of 'nat64.jitsi.net' as suggested by
Jonathan Lennox.
j8
paweldomas 5 years ago
parent
commit
8dc0f30a49

+ 1
- 1
android/sdk/src/main/java/org/jitsi/meet/sdk/net/NAT64AddrInfoModule.java View File

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

Loading…
Cancel
Save