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'
}
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.
Thanks for motivation 0x01h
Licensed under the MIT license. See LICENSE.