Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.53 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.53 KB

Build Gradle Publish release

Green Tunnel is an anti-censorship utility designed to bypass DPI system that are put in place by various ISPs to block access to certain websites.

About More : GreenTunnel

For use :

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			maven { url 'https://jitpack.io' }
		}
	}

Add the dependency:

dependencies {
	        implementation 'com.github.alikemalocalan:greentunnel4jvm:2.7.4-SNAPSHOT'
        }

GUI ScreenShot

screenshot

Note

System proxy setting will be set automatically for only Mac and linux. It didn't implement for windows yet, you must set it manually for your system or firefox network setting.

Download desktop executable app

greentunnel4jvm.jar

Thanks for motivation 0x01h

License

Licensed under the MIT license. See LICENSE.