Skip to content

zt-tcp-relay

Enable ZeroTier VPN over TCP for networks where UDP is blocked.

Usage

To use this module, import it like this:

{config, lib, inputs, ...}: {
    imports = [ inputs.clan-core.clanModules.zt-tcp-relay ];
    # ...
}

Module Options

clan.zt-tcp-relay.port

Port to listen on

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default:

4443

zt-tcp-relay