Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizsvr committed Oct 9, 2022
1 parent c9c1627 commit 66b9422
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ echo " - Nginx : 89" | tee -a log-install.txt
# echo " - XRAYS Vless None TLS : 80" | tee -a log-install.txt
# echo " - XRAYS Trojan : 2083" | tee -a log-install.txt
echo " - Websocket TLS : 443" | tee -a log-install.txt
echo " - Websocket None TLS : 8880" | tee -a log-install.txt
echo " - Websocket None TLS : 80" | tee -a log-install.txt
echo " - Websocket Ovpn : 2086" | tee -a log-install.txt
echo " - OHP SSH : 8181" | tee -a log-install.txt
echo " - OHP Dropbear : 8282" | tee -a log-install.txt
Expand Down
2 changes: 1 addition & 1 deletion ssh/trialssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LIGHT='\033[0;37m'
MYIP=$(wget -qO- ipinfo.io/ip);
echo "Checking VPS"
IZIN=$(curl https://raw.githubusercontent.com/lizsvr/project/main/ipvps.txt | grep $MYIP | awk '{print $3}')
if [ $MYIP = $IZIN ]; then
if [ $MYIP = $MYIP ]; then
echo -e "${NC}${GREEN}Permission Accepted...${NC}"
else
echo -e "${NC}${RED}Permission Denied!${NC}";
Expand Down
4 changes: 2 additions & 2 deletions websocket/edu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ User=root
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
NoNewPrivileges=true
ExecStart=/usr/bin/python -O /usr/local/bin/ws-nontls 8880
ExecStart=/usr/bin/python -O /usr/local/bin/ws-nontls 80
Restart=on-failure
[Install]
Expand Down Expand Up @@ -88,7 +88,7 @@ systemctl restart ws-ovpn

# Getting Proxy Template
wget -q -O /usr/local/bin/ws-tls https://${akbarvpn}/ws-tls
#cp /root/myproject/websocket/ws-tls /usr/local/bin/ws-tls

chmod +x /usr/local/bin/ws-tls

# Installing Service
Expand Down

0 comments on commit 66b9422

Please sign in to comment.