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 # ipv6 extra link local address for the ip6 iface. 9 ipv6_local_address fe80::c000:0004 10 11 # get the plat_subnet from dns lookups (requires DNS64) 12 plat_from_dns64 yes 13 # hostname to use to lookup plat subnet. must contain only A records 14 plat_from_dns64_hostname ipv4.google.com 15 16 # plat subnet to send ipv4 traffic to. This is a /96 subnet. 17 # This setting only makes sense with: plat_from_dns64 no 18 #plat_subnet 2001:db8:1:2:3:4:: 19