编辑 jellyfin
服务
systemctl edit jellyfin.service
添加代理信息
[Service]
# set proxy env. var. to Tor
Environment=ALL_PROXY=http://192.168.2.210:7890
# block all network connections
#IPAddressDeny=any
# allow access to localhost (the Tor proxy)
# allow access to local net (inc. home NAS,
# Chromecast, phone apps, etc.)
IPAddressAllow=127.0.0.1
IPAddressAllow=10.0.0.0/8
IPAddressAllow=192.168.2.0/24
重起服务
systemctl daemon-reload
systemctl restart jellyfin.service