Add NAS config files

This commit is contained in:
root
2026-07-07 21:06:36 +05:00
parent d4cfdf0a0c
commit 90cd7a8f28
20 changed files with 1212 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[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