Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 25, 2022
1 parent f9352b8 commit aa9c970
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ wget https://${akbarvpnnnnnnnnnn}/ohp.sh && chmod +x ohp.sh && ./ohp.sh
wget https://${akbarvpnnnnnnnn}/set-br.sh && chmod +x set-br.sh && ./set-br.sh


rm -f /root/cf.sh
rm -f /root/ssh-vpn.sh
rm -f /root/sstp.sh
rm -f /root/wg.sh
rm -f /root/ss.sh
rm -f /root/ssr.sh
#rm -f /root/sstp.sh
#rm -f /root/wg.sh
#rm -f /root/ss.sh
#rm -f /root/ssr.sh
rm -f /root/ins-xray.sh
rm -f /root/ipsec.sh
rm -f /root/set-br.sh
Expand Down
3 changes: 1 addition & 2 deletions ssh/cf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ echo -e "${NC}${LIGHT}Please Contact Admin!!"
echo -e "${NC}${LIGHT}Telegram : https://t.me/liz_mine"
exit 0
fi
clear
sleep 1
clear
cd /root/
apt install jq curl -y
DOMAIN=lizinstaller.my.id
sub=$(</dev/urandom tr -dc a-z0-9 | head -c4)
Expand Down Expand Up @@ -90,5 +90,4 @@ echo "Host : $SUB_DOMAIN"
echo $SUB_DOMAIN > /etc/xray/domain
echo $SUB_DOMAIN > /root/domain
echo "IP=$SUB_DOMAIN" >>/var/lib/akbarstorevpn/ipvps.conf
rm -f /root/cf.sh
sleep 3

0 comments on commit aa9c970

Please sign in to comment.