qbt server settings ip filter - fedarovich/qbittorrent-cli GitHub Wiki
Manages IP filter.
qbt server settings ip-filter [options] [command]
qbt server settings ipfilter [options] [command]
| Option | Description |
|---|---|
--enabled <BOOL> -e <BOOL>
|
Enables/disables IP filter |
--filter <PATH> -f <PATH>
|
Filter path (.dat, .p2p, .p2b) |
--filter-trackers <BOOL> -t <BOOL>
|
Apply filter to trackers |
--format <OBJECT_FORMAT> -F <OBJECT_FORMAT>
|
Output format: list | csv | json | property |
--url <SERVER_URL>
|
QBittorrent Server URL |
--username <USERNAME>
|
User name |
--password <PASSWORD>
|
User password |
--ask-for-password |
Ask the user to enter a password in a secure way. |
--help-h-?
|
Show help information |
| Command | Aliases | Description |
|---|---|---|
| add | Adds IP addresses to the ban-list. | |
| clear | Deletes all IP addresses from the ban-list. | |
| delete | Deletes IP addresses from the ban-list. | |
| list | Lists all manually banned IP addresses. |
Run qbt server settings ip-filter [command] --help for more information about a command.
Run this command without options too see the current settings.
See https://github.com/fedarovich/qbittorrent-cli/wiki/Output-Formats for more information about output formats.