mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-10 01:12:45 -04:00
add local files
This commit is contained in:
parent
7cd02093c4
commit
974813cf3c
1694 changed files with 364708 additions and 0 deletions
22
universal7570-common/etc/clatd.conf
Normal file
22
universal7570-common/etc/clatd.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Host IID to use as the source of CLAT traffic.
|
||||
# This is a /128 taken out of the /64 on the parent interface.
|
||||
# A host IID of :: means to generate a checksum-neutral, random IID.
|
||||
ipv6_host_id ::
|
||||
|
||||
# IPv4 address configuration to use when selecting a host address. The first
|
||||
# clat daemon started will use the address specified by ipv4_local_subnet. If
|
||||
# more than one daemon is run at the same time, subsequent daemons will use
|
||||
# other addresses in the prefix of length ipv4_local prefixlen that contains
|
||||
# ipv4_local_subnet. The default is to use the IANA-assigned range 192.0.0.0/29,
|
||||
# which allows up to 8 clat daemons (.4, .5, .6, .7, .0, .1, .2, .3).
|
||||
ipv4_local_subnet 192.0.0.4
|
||||
ipv4_local_prefixlen 29
|
||||
|
||||
# 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 ipv4only.arpa
|
||||
|
||||
# plat subnet to send ipv4 traffic to. This is a /96 subnet.
|
||||
# This setting only makes sense with: plat_from_dns64 no
|
||||
#plat_subnet 2001:db8:1:2:3:4::
|
Loading…
Add table
Add a link
Reference in a new issue