summaryrefslogtreecommitdiffstats
path: root/clatd.conf
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2013-11-21 19:16:45 +0900
committerLorenzo Colitti <lorenzo@google.com>2013-11-21 19:16:45 +0900
commit12c72b23e469e9c95e28fcd19be98c688f0ee3d7 (patch)
treefd8e646e2832331e3330ee5fe8bff25c2348564c /clatd.conf
parent9477a464bd70849bcddcb8d11613cff117235cb0 (diff)
downloadandroid_external_android-clat-12c72b23e469e9c95e28fcd19be98c688f0ee3d7.tar.gz
android_external_android-clat-12c72b23e469e9c95e28fcd19be98c688f0ee3d7.tar.bz2
android_external_android-clat-12c72b23e469e9c95e28fcd19be98c688f0ee3d7.zip
Use ipv4only.arpa for DNS64 detection.
We currently use DNS lokoups to ipv4.google.com to do DNS64 detection. Now that RFC 7050 has been published and ipv4only.arpa has been published by IANA, switch to using that. Change-Id: Ia9ebc5db77364104f5888edb53468d29dc618d34
Diffstat (limited to 'clatd.conf')
-rw-r--r--clatd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/clatd.conf b/clatd.conf
index 086d39a..b17b862 100644
--- a/clatd.conf
+++ b/clatd.conf
@@ -8,7 +8,7 @@ ipv4_local_subnet 192.0.0.4
# get the plat_subnet from dns lookups (requires DNS64)
plat_from_dns64 yes
# hostname to use to lookup plat subnet. must contain only A records
-plat_from_dns64_hostname ipv4.google.com
+plat_from_dns64_hostname ipv4only.arpa
# plat subnet to send ipv4 traffic to. This is a /96 subnet.
# This setting only makes sense with: plat_from_dns64 no