diff options
| author | Felix Fietkau | 2021-11-03 14:30:52 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2021-11-03 14:31:31 +0000 |
| commit | 5fc91183d60a85a462715b80632c77732a348016 (patch) | |
| tree | b6cf15f5972d2ff993c7ffffb75ad742edfe7402 | |
| parent | 406fbf478e87a926944dc3a648230ad5a4b1ebbe (diff) | |
| download | qosify-5fc91183d60a85a462715b80632c77732a348016.tar.gz | |
README: mention dns regex entries
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ It supports the following features: - priority boosting based on average packet size - bulk flow detection based on number of packets per second - dynamically add IP entries with timeout +- dns regex entries and ubus api for providing dns lookup results It con be configured via ubus call qosify config. @@ -15,7 +16,7 @@ This call supports the following parameters: Reset the config to defaults instead of only updating supplied values - "files": ARRAY of STRING - List of files with port/IP mappings + List of files with port/IP/host mappings - "timeout": INT32 Default timeout for dynamically added entries |