Advertisement
Portdroid

Untitled

Nov 10th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 KB | None | 0 0
  1. #!/bin/bash
  2. # CloudFlare WARP Client Config generator for WireGuard
  3. # Script by roggie
  4. clear
  5.  
  6. echo -e ""
  7. termux-setup-storage
  8. echo -e "To continue configuring, press \e[1;32mAllow\e[0m\n"
  9. sleep 3
  10.  
  11. cd
  12. apt update && apt upgrade -y
  13. apt install python wireguard-tools git nano curl wget -y
  14. pip install requests
  15. cd storage/shared
  16. rm -rf WireGuard && mkdir -p WireGuard
  17. cd WireGuard
  18. curl -4sO 'https://pastebin.com/raw/BRynRrKw'
  19. python wgcf.py
  20. cp wgcf-profile.conf ImportThis.conf
  21. clear
  22. echo -e "\n\nYour Cloudflare WARP client is Successfully Configured\nYour config is located at /storage/emulated/0/WireGuard/ImportThis.conf\nNow Open your WireGuard App then click the plus sign and then tap/click the 'Create from file or Archive'\nThen locate the WireGuard folder on your phone internal storage and click or tap the ImportThis.conf file\nAnd lastly tap/click the switch to run the VPN\n\n Enjoy Surfing!"
  23. cd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement