19 lines
491 B
JSON
19 lines
491 B
JSON
|
# Put this file in /var/lib/secrets/transmission/settings.json
|
||
|
|
||
|
{
|
||
|
"peer-port": 51413,
|
||
|
"encryption": 1,
|
||
|
|
||
|
"rpc-enabled": true,
|
||
|
"rpc-bind-address": "0.0.0.0",
|
||
|
"rpc-host-whitelist-enabled": true,
|
||
|
"rpc-host-whitelist": "*.knossos.arkadi.one,knossos,*.arkadi.one",
|
||
|
"rpc-whitelist-enabled": true,
|
||
|
"rpc-whitelist": "127.0.0.1,192.168.*.*,100.*.*.*",
|
||
|
"rpc-authentication-required": true,
|
||
|
"rpc-username": "elias",
|
||
|
"rpc-password": "family-name-spark727"
|
||
|
|
||
|
}
|
||
|
|