networking.getaddrinfo.label

NixOS option

Adds entries to the label table, as described in section 2.1 of RFC 3484. If any label entries are provided, the glibc’s default label table is ignored.

type: null or (attribute set of signed integer)
Default
null
Example
{
  "2001:0::/32" = 7;
  "2002::/16" = 2;
  "::/0" = 1;
  "::/96" = 3;
  "::ffff:0:0/96" = 4;
  "fc00::/7" = 6;
  "fec0::/10" = 5;
}
declared in: nixos/modules/config/getaddrinfo.nixView source on NixOS/nixpkgs →