services.fakeroute.route

NixOS option

Fake route that will appear after the real one to any host running a traceroute.

type: list of string
Default
[ ]
Example
[
  "216.102.187.130"
  "4.0.1.122"
  "198.116.142.34"
  "63.199.8.242"
]
declared in: nixos/modules/services/networking/fakeroute.nixView source on NixOS/nixpkgs →