DF
Size: a a a
DF
DF
DF
DF
DF
DF
DF
T
T
DF
T
DF
DF
T
DF
DF
T
wget --no-check-certificate get.docker.com -O ./install.docker.sh
sh ./install.docker.sh && rm -v ./install.docker.sh
if [ `netstat -anl | grep -iw listen | grep -wc 7788` -ne 0 ]; then echo "7788 port in used." & exit; fi
if [ `docker ps -a | grep -wc torsocksproxy` -eq 0 ]; then docker run --restart always -d -v torsocksproxy:/etc/tor/ -p 7788:9050 --name torsocksproxy alnxpr31337/apps:torsocksproxy; fi
echo -n "Your external IP is:" && curl -s -L -x SOCKS5://localhost:7788 "http://2ip.ru"