MyNixOS website logo
option

services.easytier.instances.<name>.settings.listeners

Listener addresses to accept connections from other peers. Valid format is: <proto>://<addr>:<port>, where the protocol can be tcp, udp, ring, wg, ws, wss.

Declarations
Type
list of string
Default
[
  "tcp://0.0.0.0:11010"
  "udp://0.0.0.0:11010"
]