services.zapret2.firewall.interfaces

NixOS option

A filter for which interfaces to apply the DPI bypass to. Setting this option to null (the default) means the DPI bypass applies to all interfaces.

type: null or (non-empty (list of non-empty string))
Default
null
Example
[
  "eth0"
]
declared in: nixos/modules/services/networking/zapret2.nixView source on NixOS/nixpkgs →