Cleanup and switched to dot- prefix now that stow has been fixed

This commit is contained in:
2024-04-12 06:13:28 +02:00
parent f75c024e77
commit a4b767ac59
45 changed files with 7 additions and 45 deletions

7
tunnel/dot-local/bin/tunnel Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
PORT=$1
DOMAIN=$2
INTERNAL_PORT=$(shuf -i 1024-65535 -n 1)
ssh -tR $INTERNAL_PORT:localhost:$PORT tunnel $INTERNAL_PORT $DOMAIN