feat: initial commit

This commit is contained in:
2025-12-12 13:36:05 +09:00
commit 3c7ab13048
5 changed files with 34 additions and 0 deletions

7
local.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
. ./config.sh
ssh -L $LOCAL_PORT:localhost:$REMOTE_PORT $REMOTE_SSH -N &
socat UNIX-LISTEN:$LOCAL_SOCK,fork,reuseaddr,unlink-early TCP-CONNECT:localhost:$LOCAL_PORT