Skip to content

Instantly share code, notes, and snippets.

@rikka0w0
Created April 5, 2023 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rikka0w0/69f25e83113f8ba91b220892d72e3edc to your computer and use it in GitHub Desktop.
Save rikka0w0/69f25e83113f8ba91b220892d72e3edc to your computer and use it in GitHub Desktop.

Add repo

Seehttps://pkg.cloudflareclient.com/install

Install Official Warp Client

sudo apt install cloudflare-warp

Find the best address

wget -N https://gitlab.com/Misaka-blog/warp-script/-/raw/main/files/warp-yxip/warp-yxip.sh && bash warp-yxip.sh

Start Warp in Socks5 mode with best ip

# delete old config
warp-cli delete

# register a new one
warp-cli register
warp-cli set-custom-endpoint <xxx>

# Set to proxy mode
warp-cli set-mode proxy
warp-cli set-proxy-port <port>

# Connect
warp-cli connect

# Status
warp-cli status
warp-cli warp-stats

See also

https://github.com/ViRb3/wgcf https://github.com/pufferffish/wireproxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment