services.g3proxy.settings
NixOS option
Settings of g3proxy.
type: YAML 1.1 valueDefault
{ }Example
declared in: nixos/modules/services/networking/g3proxy.nixView source on NixOS/nixpkgs →{
server = [{
name = "test";
escaper = "default";
type = "socks_proxy";
listen = {
address = "[::]:10086";
};
}];
}