lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 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.190.0.1 |
| 7 | |
| 8 | # get the plat_subnet from dns lookups (requires DNS64) |
xf.li | f1aed28 | 2024-02-06 00:31:51 -0800 | [diff] [blame] | 9 | plat_from_dns64 yes |
lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 10 | # hostname to use to lookup plat subnet. must contain only A records |
xf.li | f1aed28 | 2024-02-06 00:31:51 -0800 | [diff] [blame] | 11 | plat_from_dns64_hostname ipv4only.arpa |
lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 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:: |