Relative Content

Tag Archive for androidkotlinproxyvpn

How to Avoid Circular Connections in Android VPN

I have a proxy core written in Golang, which I have compiled as an AAR (Android Archive) to use in my Android Kotlin app. When I start the VPN using vpnservice.Builder, I route all traffic to my proxy app builder.route("0.0.0.0", 0). However, I am encountering a problem with circular connections.