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

author
zhangcheng
Jun 19, 2018
068dcf4 Β· Jun 19, 2018

History

25 Commits
Jun 7, 2018
Jun 19, 2018
Jun 19, 2018

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