networking.fooOverUDP

This option allows you to configure Foo Over UDP and Generic UDP Encapsulation endpoints. See ip-fou(8) for details.

Type
attribute set of (submodule)
Default
{ }
Example
{
  backup = {
    port = 9002;
  };
  primary = {
    local = {
      address = "192.0.2.1";
      dev = "eth0";
    };
    port = 9001;
  };
}
Declared
<nixpkgs/nixos/modules/tasks/network-interfaces.nix>