Files
homelab-repo/nas/systemd/jellyfin-proxy.service
T
2026-07-07 21:06:36 +05:00

19 lines
361 B
Desktop File

[Unit]
Description=SSH SOCKS5 Proxy for jellyfin
After=network.target
Wants=network.target
[Service]
Type=simple
ExecStart=/usr/bin/ssh -N -D 2281 -p 2288 \
-o ServerAliveInterval=60 \
-o ServerAliveCountMax=3 \
-o ExitOnForwardFailure=yes \
-o StrictHostKeyChecking=no \
xalex@awg2
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target