Skip to content

Instantly share code, notes, and snippets.

View buptsb's full-sized avatar
🏠
Working from home

buptsb

🏠
Working from home
View GitHub Profile
@buptsb
buptsb / wgcf.py
Created October 27, 2019 13:55 — forked from oskar456/wgcf.py
Cloudflare WARP linux client (using wg-quick for actual tunnel setup)
#!/usr/bin/env python3
import subprocess
import json
import os
from pathlib import Path
import requests
from requests.compat import urljoin