LocalVPN
LocalVPN copied to clipboard
A packet interceptor for Android built on top of VpnService
My intention is to identify which URL is coming from which app.
Hi Thanks for sharing your solution. I have started trying your solution on my Android LG G5 device. I am getting the following exception. It would be great to point...
I am trying to search anything after clicking the button Start Vpn.It shows Internet is not working. Again after closing Vpn everything is normal. Can you please help me to...
Hi, I am very new to network programming in Android. I have a query regarding the VPN_INTERFACE_ADDRESS. In this code it is selected as 10.0.0.2. How is it decided? The...
Network write error: 123.125.102.202:443:42234 TCPOutput java.io.IOException: Broken pipe at sun.nio.ch.FileDispatcherImpl.write0(Native Method) at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:55) at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) at sun.nio.ch.IOUtil.write(IOUtil.java:51) at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:512) at org.test.vpn.TCPOutput.processACK(TCPOutput.java:187)
I'm trying to make this application working when fragmentation occurs. I've noticed that **identificationAndFlagsAndFragmentOffset** variable in **IP4Header** objects is not correctly updated when fragmentation occurs so i think that's the...
这个项目下载后运行提示 Attempt to invoke virtual method 'java.io.FileDescriptor android.os.ParcelFileDescriptor.getFileDescriptor()' on a null object reference 可以联系下吗?邮箱:[email protected] 期望能合作,非常感谢
11-24 09:10:22.387 28769-29138/xyz.hexene.localvpn E/TCPInput: Connection error: 172.217.25.14:443:38862 java.net.ConnectException: Connection timed out at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:742) at xyz.hexene.localvpn.TCPInput.processConnect(TCPInput.java:93) at xyz.hexene.localvpn.TCPInput.run(TCPInput.java:70) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:761)
``` E/TCPInput: Connection error: 111.13.142.2:5222:50418 java.net.NoRouteToHostException: No route to host at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:742) at xyz.hexene.localvpn.TCPInput.processConnect(TCPInput.java:93) at xyz.hexene.localvpn.TCPInput.run(TCPInput.java:70) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:760) ```