I’m moving all of my devices from Linux to FreeBSD.
This is my second box, which used to run Transmission for my torrent thing.
So I install FreeBSD on it, and make an jail to run Transmission.
It was simple
# pkg install transmission-daemon
# sysrc transmission_enable=YESEdit config file to avoid 403 forbidden error
# vim /usr/local/etc/transmission/home/settings.jsonChange rpc-whitelist-enabled to false
"rpc-whitelist-enabled": false,Then start transmission
# service transmission startVisit transmission website at http://transmission_ip:9091/transmission/web
Comments