8000 GitHub - yataknemogy/ghost-route: CLI tool to bypass website censorship via DNS-over-HTTPS, proxies, and Tor.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yataknemogy/ghost-route

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👻 GhostRoute

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

⚙️ Installation

git clone https://github.com/yatataknemogy/ghost-route.git
cd ghost-route
npm install

🚀 Usage

npx tsx src/index.ts <url> [options]

🔍 Examples

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

🧰 Options

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

📦 Requirements

  • Node.js ≥ 18
  • For --tor: you must have Tor running (Tor Browser or daemon)

🧑‍💻 Author

Made with ❤️ by yatataknemogy


📄 License

MIT

About

CLI tool to bypass website censorship via DNS-over-HTTPS, proxies, and Tor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0