MyNixOS website logo
option

services.zapret.whitelist

Specify a list of domains to bypass. All other domains will be ignored. You can specify either whitelist or blacklist, but not both. If neither are specified, then bypass all domains.

It is recommended to specify the whitelist. This will make sure that other resources won't be affected by this service.

Declarations
Type
list of string
Default
[ ]
Example
''
  [
    "youtube.com"
    "googlevideo.com"
    "ytimg.com"
    "youtu.be"
  ]
''