MyNixOS website logo
option

services.zapret2.firewall.interfaces

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.

Declarations
Type
null or (non-empty (list of non-empty string))
Default
null
Example
[
  "eth0"
]