Use Cloudflare WARP as Proxy | Software | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

Use Cloudflare WARP as Proxy

Use Cloudflare WARP as Proxy

LV
0
 

Zeka0

Member
Joined
Sep 22, 2023
Threads
10
Likes
0
Awards
2
Credits
966©
Cash
0$
1. Ensure Docker, Docker Compose are installed and working on your system.
2. Create docker-compose.yml and paste the below content into it.
Code:
version: '3'

services:
  warproxy1:
    image: ghcr.io/kingcc/warproxy:latest
    restart: always
    environment:
      - WARP_PLUS=true
    ports:
      - 1080:1080
    networks:
      - warproxy_net1

networks:
  warproxy_net1:

3. Run `docker- compose up -d` in your terminal
4. Check if the proxy is working by running `curl --socks5 127.0.0.1:1080 https://www.cloudflare.com/cdn-cgi/trace/`
5. If the returned object contains "warp=on" or "warp=plus" means your proxy's working.
6. Enjoy ;)
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Top Bottom