MyNixOS website logo
option

services.fireqos.config

The FireQOS configuration goes here.

Declarations
Type
string
Default
""
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
''