services.fireqos.config

NixOS option

The FireQOS configuration.

type: strings concatenated with "\n"
Example
''
  interface wlp3s0 world-in input rate 10mbit ethernet
    class web commit 50kbit
      match tcp ports 80,443
  
  interface wlp3s0 world-out input rate 10mbit ethernet
    class web commit 50kbit
      match tcp ports 80,443
''
declared in: nixos/modules/services/networking/fireqos.nixView source on NixOS/nixpkgs →