MyNixOS website logo
option

services.zapret2.files

List of Lua files that will be loaded and executed once on startup. Each entry in the list can be either an absolute path (including the .lua extension) or the name of a standard library file bundled with zapret2 (without the .lua extension). In case of the latter, they will be automatically resolved to the files in the configured zapret2 package.

Declarations
Type
list of (non-empty string or absolute path)
Default
[
  "zapret-lib"
  "zapret-antidpi"
]
Example
[
  "zapret-lib"
  "zapret-obfs"
  "/path/to/custom.lua"
]