LocalVPN
LocalVPN copied to clipboard
A packet interceptor for Android built on top of VpnService
Hi, Congrats for the great job 1st of all! I use it in a test app and when trying to ping the packets seems not created. Should I implement the...
After building the app and activating the VPN through the button I try accessing a website through a mobile browser such as Chrome but all requests timeout with the error...
Getting following exception after starting VPN: Connection error: 172.29.22.1:7:59614 java.net.ConnectException: failed to connect to /172.29.22.1 (port 7): connect failed: ENETUNREACH (Network is unreachable) at libcore.io.IoBridge.connect(IoBridge.java:129) at libcore.io.IoBridge.connect(IoBridge.java:115) at java.nio.SocketChannelImpl.connect(SocketChannelImpl.java:199) at...
Hello, I want to set up an Android application that allows to retrieve and capture the user's Internet traffic, I used LocalVPN but after a while the traffic hangs. Thank...
Hi, How to send the username and password by vpnservice? I find is has no api for username and password in vpnSerivce.
When trying to write to vpn output with vpnOutput.write(bufferFromNetwork), the java.io.IOException: write failed: EINVAL (Invalid argument) is thrown. It happens on several phones. It is ok for some requests, but...
Any one working on similar project?? Thanks for any help. i am so urgent to do that
I tried to compile and install this app on redmi note 2. I clicked the start button, the vpn service is started, but then I don't have internet access and...