MyNixOS website logo
option

services.anubis.instances.<name>.settings.BIND

The address that Anubis listens to. See Go's net.Listen for syntax.

Defaults to Unix domain sockets. To use TCP sockets, set this to a TCP address and BIND_NETWORK to "tcp".

Declarations
Type
string
Default
"/run/anubis/anubis-‹name›.sock"
Example
":8080"