diff options
author | mia <mia@mia.jetzt> | 2024-10-04 15:43:40 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-10-04 15:43:40 -0700 |
commit | 7e060e5cf2656a0a53d41ea0ff42b753316cd441 (patch) | |
tree | 2629f3d1e12d21c406974000dd195518aa5b6041 /proxy.sh | |
parent | bb8a48fd4d85ba4f8224c68aaaf9069d5d79dae2 (diff) | |
download | scrubber-7e060e5cf2656a0a53d41ea0ff42b753316cd441.tar.gz scrubber-7e060e5cf2656a0a53d41ea0ff42b753316cd441.zip |
she's goin
Diffstat (limited to 'proxy.sh')
-rwxr-xr-x | proxy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy.sh b/proxy.sh index 9628fab..1689ab2 100755 --- a/proxy.sh +++ b/proxy.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec ssh -NL 5432:localhost:5432 vr +exec ssh -NL 54321:localhost:5432 vr |