networking.stevenblack.whitelist

NixOS option

Domains to exclude from blocking.

type: list of string matching the pattern ^[a-zA-Z0-9_-]+([.][a-zA-Z0-9_-]+)+$
Default
[ ]
Example
[
  "s.click.aliexpress.com"
]
declared in: nixos/modules/config/stevenblack.nixView source on NixOS/nixpkgs →