Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 7 additions & 35 deletions docs/administrator-manual/network/qos.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,47 +47,19 @@ To override DSCP classification, create a file `/etc/qosify/10-custom.conf` with

Match is one of:

-
- `tcp:<port>[-<endport>]`: TCP single port, or range from \<port\> to \<endport\>

`tcp:<port>[-<endport>]`
- `udp:<port>[-<endport>]`: UDP single port, or range from \<port\> to \<endport\>

: TCP single port, or range from \<port\> to \<endport\>
- `<ipaddr>`: IPv4 address, e.g. 1.1.1.1

-
- `<ipv6addr>`: IPv6 address, e.g. ff01::1

`udp:<port>[-<endport>]`
- `dns:<pattern>`: fnmatch() pattern supporting \* and ? as wildcard characters

: UDP single port, or range from \<port\> to \<endport\>
- `dns:/<regex>`: POSIX.2 extended regular expression for matching hostnames Only works, if dns lookups are passed to qosify via the add_dns_host ubus call.

-

`<ipaddr>`

: IPv4 address, e.g. 1.1.1.1

-

`<ipv6addr>`

: IPv6 address, e.g. ff01::1

-

`dns:<pattern>`

: fnmatch() pattern supporting \* and ? as wildcard characters

-

`dns:/<regex>`

: POSIX.2 extended regular expression for matching hostnames Only works, if dns lookups are passed to qosify via the add_dns_host ubus call.

-

`dns_c:...`

: Like dns, but only matches cname entries
- `dns_c:...`: Like dns, but only matches cname entries

The dscp can be a raw value, or a codepoint like CS0. Adding a `+` in front of the value tells qosify to only override the DSCP value if it is zero.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,47 +47,19 @@ Per eseguire l'override della classificazione DSCP, creare un file `/etc/qosify/

Match è uno dei seguenti:

-
- `tcp:<port>[-<endport>]`: Singola porta TCP o intervallo da \<port\> a \<endport\>

`tcp:<port>[-<endport>]`
- `udp:<port>[-<endport>]`: Singola porta UDP o intervallo da \<port\> a \<endport\>

: Singola porta TCP o intervallo da \<port\> a \<endport\>
- `<ipaddr>`: Indirizzo IPv4, ad esempio 1.1.1.1

-
- `<ipv6addr>`: Indirizzo IPv6, ad esempio ff01::1

`udp:<port>[-<endport>]`
- `dns:<pattern>`: Pattern fnmatch() che supporta \* e ? come caratteri jolly

: Singola porta UDP o intervallo da \<port\> a \<endport\>
- `dns:/<regex>`: Espressione regolare estesa POSIX.2 per l'abbinamento dei nomi host Funziona solo se le ricerche DNS vengono passate a qosify tramite la chiamata ubus add_dns_host.

-

`<ipaddr>`

: Indirizzo IPv4, ad esempio 1.1.1.1

-

`<ipv6addr>`

: Indirizzo IPv6, ad esempio ff01::1

-

`dns:<pattern>`

: Pattern fnmatch() che supporta \* e ? come caratteri jolly

-

`dns:/<regex>`

: Espressione regolare estesa POSIX.2 per l'abbinamento dei nomi host Funziona solo se le ricerche DNS vengono passate a qosify tramite la chiamata ubus add_dns_host.

-

`dns_c:...`

: Come dns, ma corrisponde solo alle voci cname
- `dns_c:...`: Come dns, ma corrisponde solo alle voci cname

Il dscp può essere un valore grezzo o un codepoint come CS0. Aggiungere un `+` davanti al valore indica a qosify di eseguire l'override del valore DSCP solo se è zero.

Expand Down
Loading