Skip to content

Instantly share code, notes, and snippets.

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

zckevin

🏠
Working from home
View GitHub Profile
@zckevin
zckevin / 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