services.lokinet.settings.network.exit-node
NixOS option
Specify a .loki address and an optional ip range to use as an exit broker. See http://probably.loki/wiki/index.php?title=Exit_Nodes for a list of exit nodes.
type: null or (list of string)Default
null
Example
declared in: nixos/modules/services/networking/lokinet.nixView source on NixOS/nixpkgs →'' exit-node = [ "example.loki" ]; # maps all exit traffic to example.loki exit-node = [ "example.loki:100.0.0.0/24" ]; # maps 100.0.0.0/24 to example.loki ''