mirror of
https://github.com/transmission/transmission
synced 2025-03-12 15:14:12 +00:00
Code highlighting
parent
155ac6ea2d
commit
09d04659eb
1 changed files with 8 additions and 4 deletions
|
@ -26,10 +26,14 @@ There is a third option: add the blocklist URL in settings.json (only one blockl
|
|||
|
||||
settings.json snippet:
|
||||
|
||||
"blocklist-enabled": true,
|
||||
"blocklist-url": "http://www.example.com/blocklist",
|
||||
```json
|
||||
"blocklist-enabled": true,
|
||||
"blocklist-url": "http://www.example.com/blocklist",
|
||||
```
|
||||
|
||||
update by hand example:
|
||||
|
||||
$ transmission-remote -n admin:password --blocklist-update
|
||||
localhost:9091/transmission/rpc/ responded: "success"
|
||||
```console
|
||||
$ transmission-remote -n admin:password --blocklist-update
|
||||
localhost:9091/transmission/rpc/ responded: "success"
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue