diff options
author | terminaldweller <thabogre@gmail.com> | 2021-07-02 04:57:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-07-02 04:57:01 +0000 |
commit | 9e1780717f603e5aa01d68afe37841d0b84f271b (patch) | |
tree | c7bb6193cf4271202b7653ddd2b1cc37e503f46f /cygwin/socks5.bat | |
parent | so many things (diff) | |
download | scripts-9e1780717f603e5aa01d68afe37841d0b84f271b.tar.gz scripts-9e1780717f603e5aa01d68afe37841d0b84f271b.zip |
update
Diffstat (limited to '')
-rw-r--r-- | cygwin/socks5.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/socks5.bat b/cygwin/socks5.bat index 95acfa3..6fb2132 100644 --- a/cygwin/socks5.bat +++ b/cygwin/socks5.bat @@ -1 +1 @@ -sh -N -D 9999 -o ExitOnForwardFailure=yes -l pi 192.168.1.108 +ssh -N -D 9999 -o ExitOnForwardFailure=yes -l pi 192.168.1.108 |