MyNixOS website logo
option

networking.getaddrinfo.enable

Enables custom address sorting configuration for getaddrinfo(3) according to RFC 3484.

This option generates a /etc/gai.conf file to override the default address sorting tables, as described in gai.conf(5).

This setting is only applicable when using the GNU C Library (glibc). It has no effect with other libc implementations.

Declarations
Type
boolean
Default
pkgs.stdenv.hostPlatform.libc == "glibc"