sudo apt-get update -y; apt-get upgrade -y; wget https://raw.githubusercontent.com/starrising321/SSHPLUS/master/Plus; chmod 777 Plus; ./Plus
apt-get update -y; apt-get upgrade -y; apt-get install curl -y; apt-get install sudo -y; wget https://raw.githubusercontent.com/starrising321/SSHPLUS/master/Plus; chmod 777 Plus; ./Plus
===============
============================================================
if badvpn or limitor and proxy socks not working use this cocmand:
sudo apt install screen
============================================================
OPENVPN FIXED FOR DEBIAN 9
sed -i 's|LimitNPROC|#LimitNPROC|' "/lib/systemd/system/[email protected]"
sed -i 's|/etc/openvpn/server|/etc/openvpn|' "/lib/systemd/system/[email protected]"
sed -i 's|%i.conf|server.conf|' "/lib/systemd/system/[email protected]"
systemctl daemon-reload
systemctl restart [email protected]
systemctl enable [email protected]
============================================================
DROPBEAR FIXED COMMAND
apt-get install dropbear -y
and than all DONE
============================================================
cd /usr/local
wget https://golang.org/dl/go1.16.2.linux-amd64.tar.gz
tar xvf go1.16.2.linux-amd64.tar.gz
export GOROOT=/usr/local/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
nano /etc/ssh/sshd_config
edit this
AllowTcpForwarding yes find this and remove # from the file
iptables -I INPUT -p udp --dport 5300 -j ACCEPT
iptables -t nat -I PREROUTING -p udp --dport 53 -j REDIRECT --to-ports 5300
lsof -i :5300
SERVICE: OPENSSH PORT: 22
SERVICE: OPENVPN: PORT: 1194
SERVICE: PROXY SOCKS PORT: 8080
SERVICE: SSL TUNNEL PORT: 443
SERVICE: DROPBEAR PORT: 442 (111 is default automaticly..)
SERVICE: SQUID PORT: 5556 8799
SERVICE: SLOWDNS PORT: 5300
===============
COMPLETAMENTE FREE!
===============