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:
|
settings.json snippet:
|
||||||
|
|
||||||
"blocklist-enabled": true,
|
```json
|
||||||
"blocklist-url": "http://www.example.com/blocklist",
|
"blocklist-enabled": true,
|
||||||
|
"blocklist-url": "http://www.example.com/blocklist",
|
||||||
|
```
|
||||||
|
|
||||||
update by hand example:
|
update by hand example:
|
||||||
|
|
||||||
$ transmission-remote -n admin:password --blocklist-update
|
```console
|
||||||
localhost:9091/transmission/rpc/ responded: "success"
|
$ transmission-remote -n admin:password --blocklist-update
|
||||||
|
localhost:9091/transmission/rpc/ responded: "success"
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue