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

8
config.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
LOCAL_PORT=12344
LOCAL_SOCK=/tmp/local_server1.sock
REMOTE_SSH=allen@localhost
REMOTE_PORT=12345
REMOTE_SOCK=/tmp/server1.sock