Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lizsvr committed Sep 1, 2022
1 parent 2cddc36 commit 0822709
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 2 additions & 3 deletions ipvps.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
### lizsvr
### udin 139.144.123.22 d8u8vod6cos8u.cloudfront.net 2022-09-22
### aldi 188.166.220.160 d8u8vod6cos8u.cloudfront.net 2022-10-12
### lizadm 18.141.196.84 d8u8vod6cos8u.cloudfront.net 2022-10-09
### lizadm 18.142.255.154 GBWA
### lizadm 159.223.84.177 Trial
### lizadm 206.189.84.236 VIP-SG
### lizadm 64.227.10.222 VIP-NY
### lizadm 103.187.106.18 VIP-ID
### lizadm 146.190.18.169 VIP-AMSTERDAM
### lizadm 164.92.166.180 VIP-FRANKFURT
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ echo "Script Already Installed"
exit 0
fi
mkdir /var/lib/akbarstorevpn;
echo "IP=" >> /var/lib/akbarstorevpn/ipvps.conf
#echo "IP=" >> /var/lib/akbarstorevpn/ipvps.conf
wget https://${akbarvpn}/cf.sh && chmod +x cf.sh && ./cf.sh
sleep 1
#install v2ray
Expand Down
9 changes: 7 additions & 2 deletions ssh/addssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ CYAN='\033[0;36m'
LIGHT='\033[0;37m'
# ==========================================
# Getting

domain=$(cat /root/domain)
source /var/lib/akbarstorevpn/ipvps.conf
if [[ "$IP" = "" ]]; then
domain=$(cat /etc/xray/domain)
else
domain=$IP
fi
clear
clear
read -p "Username : " Login
read -p "Password : " pass
Expand Down
4 changes: 2 additions & 2 deletions ssh/trialssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ echo -e "${NC}${LIGHT}Telegram : https://t.me/Akbar218"
exit 0
fi
source /var/lib/akbarstorevpn/ipvps.conf
if [[ "$IP2" = "" ]]; then
if [[ "$IP" = "" ]]; then
domain=$(cat /root/domain)
else
domain=$IP2
domain=$IP
fi
clear
IP=$(wget -qO- ipinfo.io/ip);
Expand Down

0 comments on commit 0822709

Please sign in to comment.