1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[]
# Minimum level for daemon log records. RUST_LOG takes precedence when set.
# level = "info"
[]
# pidfile, provided AFTR, and status snapshot. Linux defaults to /run/dslite-b4;
# illumos defaults to /var/run/dslite-b4.
# state_dir = "/run/dslite-b4"
[]
# When omitted, local_v6 is discovered from the route to the AFTR.
# local_v6 = "2001:db8::1"
= "192.0.0.2"
# Optional. When omitted, the operating-system tunnel default is used.
# mtu = 1460
# Optional. When omitted, the operating system tunnel default is used.
# Accepts an integer from 1 through 255, or "disabled".
# encapsulation_limit = 4
[]
# Optional static AFTR IPv6 address. Uncomment this when the AFTR is known and
# should not be supplied by an external client or discovered dynamically.
# A static address takes precedence over runtime AFTR state and discovery.
# address = "2001:db8::2"
[]
# Optional. Defaults to "none". Use "hb46pp" to enable automatic discovery.
# method = "hb46pp"
# vendor_id = "000000"
# product = "dslite-b4"
# Allows HB46PP t=a: HTTP or HTTPS without certificate validation.
# Enable only when required by the provider. Defaults to false.
# allow_unauthenticated = true
[]
# Periodic reconciliation interval. Network-change and runtime-state hints wake sooner.
# interval_secs = 30
# Keep using the current AFTR IPv6 for this long after it disappears from DNS.
# aftr_missing_grace_secs = 600