services.tor.client.socksListenAddress

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
<nixpkgs/nixos/modules/services/security/tor.nix>