nixos-knossos/services/transmission-settings.json

19 lines
491 B
JSON
Raw Permalink Normal View History

2025-05-07 15:50:08 +08:00
# 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"
}