Commit 05b20e15 by César Galvis

feat: updated bash scripts with proxy ip

parent adb134cb
......@@ -3,7 +3,7 @@
# Connect to SSH server using HTTP proxy
# Proxy server data
PROXY_SERVER=windows-vpn
PROXY_SERVER=192.168.56.10
PROXY_PORT=3128
# SSH server data
SSH_SERVER=domain.com
......
......@@ -3,7 +3,7 @@
# Connect to SSH server using HTTP proxy
# Proxy server data
PROXY_SERVER=windows-vpn
PROXY_SERVER=192.168.56.10
PROXY_PORT=3128
# SSH server data
SSH_SERVER=domain.com
......
......@@ -3,7 +3,7 @@
# Generate SSH tunnel using HTTP proxy
# Proxy server data
PROXY_SERVER=windows-vpn
PROXY_SERVER=192.168.56.10
PROXY_PORT=3128
# SSH server data
SSH_SERVER=domain.com
......
......@@ -3,7 +3,7 @@
# Generate SSH tunnel using HTTP proxy
# Proxy server data
PROXY_SERVER=windows-vpn
PROXY_SERVER=192.168.56.10
PROXY_PORT=3128
# SSH server data
SSH_SERVER=domain.com
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment