-
Notifications
You must be signed in to change notification settings - Fork 19
qbt server settings dns
Pavel Fedarovich edited this page Aug 25, 2019
·
7 revisions
Manages dynamic DNS settings.
qbt server settings dns [options]
Option | Description |
---|---|
--enabled <BOOL> -e <BOOL>
|
Enable/disable dynamic DNS |
--service <SERVICE> -s <SERVICE>
|
Dynamic DNS service (DynDNS | NoIP) |
--domain <NAME> -d <NAME>
|
Domain name |
--dns-username <USERNAME> -u <USERNAME>
|
Dynamic DNS username |
--dns-password <PASSWORD> -p <PASSWORD>
|
Dynamic DNS password |
--ask-dns-password -P
|
Ask user to enter dynamic DNS password |
--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.