FreeBSD Transmission 403 Forbidden
切换到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也是位于这个文件夹中.