Proxies to be used by proxychains.
Declarations
Type
attribute set of (submodule)
Example
{ myproxy =
{ type = "socks4";
host = "127.0.0.1";
port = 1337;
};
}
Sign in to create a configuration using this setting.
Proxies to be used by proxychains.
attribute set of (submodule)
{ myproxy =
{ type = "socks4";
host = "127.0.0.1";
port = 1337;
};
}