ZeroTier¶
network¶
ZeroTier network ID.
state-dir¶
Optional. Persistent node state and default identity; defaults to an isolated directory derived from the network ID and outbound name.
identity-secret¶
Optional. Complete identity.secret contents; overrides the identity in state-dir and is not written there.
planet¶
Optional. Path to a private Planet file, used to replace the built-in Earth Planet.
mtu¶
Optional. Local MTU override value; cannot exceed the MTU provided by the ZeroTier controller.
physical-mtu¶
Optional. ZeroTier UDP payload MTU. Valid range: 510-10324, default: 1432.
ip-stack¶
Optional IP stack configuration.
ip-stack.mode¶
Available values: auto, gvisor, mips. The default value is auto. auto automatically selects the stack based on the current build: gVisor is used when compiled with gVisor support; otherwise, the mihomo IP stack (MIPS) is used.
ip-stack.congestion-controller¶
TCP congestion control algorithm. Available values: cubic, reno, bbr, bbr3. The default value is cubic.
This option has no effect when using the gVisor IP stack.
primary-port¶
Optional. Primary UDP port; set to 0 to automatically select an available port.
secondary-port¶
Optional. Secondary UDP port; 0 for automatic selection, -1 to disable.
tcp-fallback-mode¶
Optional. TCP fallback mode. Available values:
auto: Use relay after UDP connection failure.force: Use relay only.disable: Disable TCP relay fallback.
Default: auto.
tcp-fallback-relay¶
Optional. TCP fallback relay server address.
remote-trace-target¶
Optional. ZeroTier node ID to receive global diagnostic traces.
remote-trace-level¶
Optional. Remote diagnostic trace level. Available values:
0: Normal10: Verbose15: Rules20: Debug30: Insane
low-bandwidth¶
Optional. Enable low-bandwidth mode. Default: false.
encrypted-hello¶
Optional. Default: false.
orbit¶
Optional. Configure a list of private moon root servers.
orbit.world¶
Moon World ID, must be a 16-digit hexadecimal string.
orbit.seed¶
Moon root node ID, must be a 10-digit number.
udp¶
Whether to enable UDP. Default: true.
remote-dns-resolve¶
Optional. Whether to resolve destination domain names through ZeroTier using controller-provided DNS servers.
dns¶
Optional. Override controller-provided DNS servers; one or more addresses can be specified.
dialer-proxy¶
Optional. Carry ZeroTier network traffic through another outbound proxy, where ss1 is the name of another proxy node.
interface-name¶
Optional. Specify the network interface name used by ZeroTier.
routing-mark¶
Optional. Set the Linux routing mark.
ip-version¶
Optional. Specify IP protocol version preference.