Skip to content

Instantly share code, notes, and snippets.

@syphyr
syphyr / wgcf.py
Last active December 28, 2019 21:33 — 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