alikemalocalan / greentunnel4jvm

Green Tunnel Alternative for JVM Languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-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.

About

Green Tunnel Alternative for JVM Languages

License:MIT License


Languages

Language:Kotlin 66.2%Language:Java 31.9%Language:Dockerfile 1.9%