Skip to content

Instantly share code, notes, and snippets.

View itzhang89's full-sized avatar
🏠
Working from home

itzhang89 itzhang89

🏠
Working from home
  • ThoughtWorks
  • wuhan
View GitHub Profile
@itzhang89
itzhang89 / dante_proxy.sh
Last active February 13, 2023 02:49 — forked from sarvarrose/dante_proxy.sh
Setup Socks5 Proxy on Oracle Cloud Ubuntu Instance using Dante
#!/bin/sh
echo_status(){
TEXT=$1
echo "\n $(tput setaf 1)>>>> $(tput setab 7) $TEXT $(tput sgr 0)"
}
SOKSPROXY_PASS=$(openssl rand -base64 12)
echo_status "Updating System and installing dante-server"