services.nghttpx.backend-address-family

NixOS option

Specify address family of backend connections. If “auto” is given, both IPv4 and IPv6 are considered. If “IPv4” is given, only IPv4 address is considered. If “IPv6” is given, only IPv6 address is considered. Please see https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx--backend-address-family

type: one of "auto", "IPv4", "IPv6"
Default
"auto"
declared in: nixos/modules/services/networking/nghttpx/nghttpx-options.nixView source on NixOS/nixpkgs →