Proxies to be used by proxychains.
Declarations
Type
attribute set of (submodule)
Example
{ myproxy =
{ type = "socks4";
host = "127.0.0.1";
port = 1337;
};
}
Proxies to be used by proxychains.
attribute set of (submodule)
{ myproxy =
{ type = "socks4";
host = "127.0.0.1";
port = 1337;
};
}