qbt server settings privacy - fedarovich/qbittorrent-cli GitHub Wiki
Manages BitTorrent privacy settings.
qbt server settings privacy [options]
Option | Description |
---|---|
--dht <BOOL> -d <BOOL>
|
Enable/disable DHT |
--pex <BOOL> -p <BOOL>
|
Enable/disable Peer Exchange |
--lpd <BOOL> -l <BOOL>
|
Enable/disable Local Peer Discovery |
--encryption <MODE> -e <MODE>
|
Encryption mode (ForceOff | Prefer | ForceOn) |
--anonymous <BOOL> -a <BOOL>
|
Enable/disable anonymous mode |
--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 |
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.