Skip to content

Commit

Permalink
Fix cloudflared link
Browse files Browse the repository at this point in the history
When you run zphisher again, the previous link is saved in the log file.
  • Loading branch information
Yisus7u7 authored Feb 11, 2022
1 parent 75bc77c commit d8ae171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zphisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ start_ngrok() {

## Start Cloudflared
start_cloudflared() {
rm .cld.log > /dev/null 2>&1 &
echo -e "\n${RED}[${WHITE}-${RED}]${GREEN} Initializing... ${GREEN}( ${CYAN}http://$HOST:$PORT ${GREEN})"
{ sleep 1; setup_site; }
echo -ne "\n\n${RED}[${WHITE}-${RED}]${GREEN} Launching Cloudflared..."
Expand Down

0 comments on commit d8ae171

Please sign in to comment.