• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

Use Cloudflare WARP as Proxy (1 Viewer)

Currently reading:
 Use Cloudflare WARP as Proxy (1 Viewer)

Recently searched:

Zeka0

Member
LV
0
Joined
Sep 22, 2023
Threads
10
Likes
0
Awards
2
Credits
1,002©
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.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom