services.mtprotoproxy.users

NixOS option

Allowed users and their secrets. A secret is a 32 characters long hex string.

type: attribute set of string
Default
{ }
Example
{
  tg = "00000000000000000000000000000000";
  tg2 = "0123456789abcdef0123456789abcdef";
}
declared in: nixos/modules/services/networking/mtprotoproxy.nixView source on NixOS/nixpkgs →