• Home
  • Archives
  Qu Blog
  • Home
  • Archives
  • Win
  • PVE
  • Jellyfin
  • Git
  • Mac
  • Linux
  • SQL

Jellyfin 代理

编辑 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

参考
Jellyfin and metadata privacy (ctrl.blog)

2022/10/2 posted in  Jellyfin
comments

Qu Blog

Twitter GitHub RSS

Categories

Win PVE Jellyfin Git Mac Linux SQL

Recent Posts

  • 查看是否双通道
  • Ubuntu 合盖不休眠
  • ZFS 设置 ARC 大小
  • Linux 创建服务
  • 统计命令行使用占比

Copyright © 2015 Powered by MWeb,  Theme used GitHub CSS.