Bypass website censorship like a ghost β silently, effectively, and without leaving a trace.
GhostRoute is a command-line tool that helps you bypass blocked websites using:
- π DNS-over-HTTPS (DoH)
- π§ Tor
- π HTTP/SOCKS Proxies
git clone https://github.com/yatataknemogy/ghost-route.git
cd ghost-route
npm installnpx tsx src/index.ts <url> [options]npx tsx src/index.ts https://rutracker.org --doh
npx tsx src/index.ts https://libgen.is --tor
npx tsx src/index.ts https://example.com --proxy=http://1.2.3.4:8080| Flag | Description |
|---|---|
--doh |
Use DNS-over-HTTPS (Cloudflare) |
--tor |
Route traffic through Tor (socks5h://127.0.0.1:9050) |
--proxy |
Use a custom HTTP/SOCKS proxy |
- Node.js β₯ 18
- For
--tor: you must have Tor running (Tor Browser or daemon)
Made with β€οΈ by yatataknemogy