FreeBSD Transmission 403 Forbidden

profesor發表於2024-11-25

切換到root賬號:

# cd /usr/local/etc/transmission/home

把setting.json中的

"rpc-whitelist-enabled": true,

修改為:

"rpc-whitelist-enabled": false,

如果需要增加使用者名稱、密碼登入:

修改這三項:

"rpc-authentication-required": true,
"rpc-password": "YOUR_PASSWORD",
"rpc-username": "YOUR_USERNAME",

另外,transmission的service/daemon script檔案位於:/usr/local/etc/rc.d

qbittorrent的service/daemon script也是位於這個資料夾中.

相關文章