Pass radarr and sonarr traffic through tunnel

This commit is contained in:
2023-05-30 22:35:10 +01:00
parent 44e91f0653
commit 928f1f6cb7

View File

@ -65,6 +65,8 @@ with lib.my;
-i %h/.ssh/id_jellyfin \ -i %h/.ssh/id_jellyfin \
-R localhost:8096:localhost:8096 \ -R localhost:8096:localhost:8096 \
-R localhost:3579:localhost:3579 \ -R localhost:3579:localhost:3579 \
-R localhost:7878:localhost:7878 \
-R localhost:8989:localhost:8989 \
jellyfin@vps1.mesh.vimium.net jellyfin@vps1.mesh.vimium.net
''; '';
Restart="on-failure"; Restart="on-failure";