services.tor.client.socksListenAddress

NixOS option

Bind to this address to listen for connections from Socks-speaking applications.

type: 16 bit unsigned integer; between 0 and 65535 (both inclusive) or (submodule)
Default
{
  IsolateDestAddr = true;
  addr = "127.0.0.1";
  port = 9050;
}
Example
{
  IsolateDestAddr = true;
  addr = "192.168.0.1";
  port = 9090;
}
declared in: nixos/modules/services/security/tor.nixView source on NixOS/nixpkgs →