Skip to content

πŸ” A concise https-server for Google Search only. It's implemented by means like "reverse proxy" thus can bypass the GFW.

Notifications You must be signed in to change notification settings

fractalists/GTunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GTunnel

A concise https-server for Google Search only. It's implemented by means like "reverse proxy" thus can bypass the GFW.

Configuration

  • Use Java Keytool to generate a key file like 'testkey.jks' and store it in a proper directory (corresponding to which in the code).
  • Compile and run this code on machines which are able to access Google. (A public network IP is highly recommended)
  • Make sure the port specified in the code is enabled.

Usage

Make HTTPS query like:

https://<your-ip>:<port>/search?q=<your-query>

For example:

https://127.0.0.1:443/search?q=anti-mage

(Most languages are compatible.)

A highly available instance can be found at: https://g.d-d-p.com/

About

πŸ” A concise https-server for Google Search only. It's implemented by means like "reverse proxy" thus can bypass the GFW.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages