Skip to content

zt-tcp-relay

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

Categories

Uncategorized

Usage via Inventory

This module cannot be used via the inventory interface.

Usage via Nix

This module can be also imported directly in your nixos configuration. Although it is recommended to use the inventory interface if available.

Some modules are considered 'low-level' or 'expert modules' and are not available via the inventory interface.

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

Module Options

The following options are available for this module.

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