Update entrypoint.tailscale.sh

Enable ssh compression with autossh:

  -o "Compression=yes"
This commit is contained in:
RipleyBooya 2025-02-25 12:17:40 +01:00 committed by GitHub
parent 848fec94f8
commit 535dd47967
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,4 +84,5 @@ exec autossh -M 0 \
-o "UserKnownHostsFile=/dev/null" \
-o "ServerAliveInterval=60" \
-o "ServerAliveCountMax=3" \
-o "Compression=yes" \
-N ${TUNNEL_CMD} ${SSH_USER}@${SSH_HOST}