services.redsocks.redsocks.*.doNotRedirect

NixOS option

Iptables filters that if matched will get the packet off of redsocks.

type: list of string
Default
[ ]
Example
[
  "-d 1.2.3.4"
]
declared in: nixos/modules/services/networking/redsocks.nixView source on NixOS/nixpkgs →