parent
c410b58392
commit
6df6aad3b9
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# forksand-socks-ice1
|
||||
# GPLv3+
|
||||
# In Firefox, set the SOCKS 5 proxy to 127.0.0.1 on port 9995
|
||||
# to use ice1 for the proxy
|
||||
|
||||
set -x
|
||||
|
||||
ssh \
|
||||
-C \
|
||||
-N \
|
||||
-D 9995 \
|
||||
-o ControlMaster=no \
|
||||
ice1
|
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# forksand-socks-oc1
|
||||
# GPLv3+
|
||||
# In Firefox, set the SOCKS 5 proxy to 127.0.0.1 on port 9995
|
||||
# to use oc1 for the proxy
|
||||
|
||||
set -x
|
||||
|
||||
ssh \
|
||||
-C \
|
||||
-N \
|
||||
-D 9995 \
|
||||
-o ControlMaster=no \
|
||||
oc1
|
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# forksand-socks-sf-001
|
||||
# GPLv3+
|
||||
# In Firefox, set the SOCKS 5 proxy to 127.0.0.1 on port 9991
|
||||
# to use sf-001 for the proxy
|
||||
|
||||
set -x
|
||||
|
||||
ssh \
|
||||
-C \
|
||||
-N \
|
||||
-D 9991 \
|
||||
-o ControlMaster=no \
|
||||
sf-001
|
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# forksand-socks-sf-002
|
||||
# GPLv3+
|
||||
# In Firefox, set the SOCKS 5 proxy to 127.0.0.1 on port 9992
|
||||
# to use sf-002 for the proxy
|
||||
|
||||
set -x
|
||||
|
||||
ssh \
|
||||
-C \
|
||||
-N \
|
||||
-D 9992 \
|
||||
-o ControlMaster=no \
|
||||
sf-002
|
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# forksand-socks-sf-003
|
||||
# GPLv3+
|
||||
# In Firefox, set the SOCKS 5 proxy to 127.0.0.1 on port 9993
|
||||
# to use sf-003 for the proxy
|
||||
|
||||
set -x
|
||||
|
||||
ssh \
|
||||
-C \
|
||||
-N \
|
||||
-D 9993 \
|
||||
-o ControlMaster=no \
|
||||
sf-003
|
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# forksand-socks-sf-004
|
||||
# GPLv3+
|
||||
# In Firefox, set the SOCKS 5 proxy to 127.0.0.1 on port 9994
|
||||
# to use sf-004 for the proxy
|
||||
|
||||
set -x
|
||||
|
||||
ssh \
|
||||
-C \
|
||||
-N \
|
||||
-D 9994 \
|
||||
-o ControlMaster=no \
|
||||
sf-004
|
Loading…
Reference in new issue