1 # host ID to use as the source of CLAT traffic 2 # this is a /128 taken out of the /64 routed to the phone 3 ipv6_host_id ::464 4 5 # ipv4 subnet for the local traffic to use. This is a /32 host address 6 ipv4_local_subnet 192.0.0.4 7 8 # get the plat_subnet from dns lookups (requires DNS64) 9 plat_from_dns64 yes 10 # hostname to use to lookup plat subnet. must contain only A records 11 plat_from_dns64_hostname ipv4.google.com 12 13 # plat subnet to send ipv4 traffic to. This is a /96 subnet. 14 # This setting only makes sense with: plat_from_dns64 no 15 #plat_subnet 2001:db8:1:2:3:4:: 16