Search found 592 matches

by admin
Thu Jul 25, 2024 10:28 am
Forum: VPN Client Pro Support
Topic: WireGuard low speed comparing to other apps
Replies: 6
Views: 96

Re: WireGuard low speed comparing to other apps

Perhaps the problem is related to the MTU of the WireGuard interface. By default it's set to 1280. Can you check both client side and server side? On the client side there is the "Set tunnel MTU" option in the "Interface" section. If it's not selected, is used the default value 1...
by admin
Wed Jul 24, 2024 7:12 am
Forum: VPN Client Pro Support
Topic: WireGuard low speed comparing to other apps
Replies: 6
Views: 96

Re: WireGuard low speed comparing to other apps

This behavior is very strange.
In the meantime I have made some optimizations that improve performance and I hope they solve these problems too.
Please, can you try the New BETA release 1.01.87?
by admin
Wed Jul 24, 2024 7:10 am
Forum: VPN Client Pro Announcements
Topic: New BETA release 1.01.87
Replies: 0
Views: 20

New BETA release 1.01.87

  • Improved WireGuard throughput
  • targetSdkVersion 34
  • Minor improvements/bug fixes
To get the beta version you can follow these instructions: VPN Client Pro Closed Beta
by admin
Tue Jul 23, 2024 7:38 am
Forum: VPN Client Pro Discussion
Topic: Feature request for softether protocol
Replies: 9
Views: 5361

Re: Feature request for softether protocol

Unfortunately I can't give you an answer at the moment. The problem is that there is no documentation, so I first have to understand how it works and how complex this part is by analyzing the source code, after which I could start thinking about whether and how to modify my implementation. To answer...
by admin
Mon Jul 22, 2024 5:06 pm
Forum: VPN Client Pro Discussion
Topic: Feature request for softether protocol
Replies: 9
Views: 5361

Re: Feature request for softether protocol

Hello,

currently it's possible to connect with TCP, UDP over DNS and UDP NAT-T.
The UDP acceleration is currently not implemented.
by admin
Sat Jul 20, 2024 8:31 am
Forum: VPN Client Pro Support
Topic: Obfuscated protocol
Replies: 2
Views: 41

Re: Obfuscated protocol

Hello, in these cases connection obfuscation does not help. Obfuscation is used when the VPN connection cannot be established due to a firewall between the client and the server. In this case it is very likely that the app uses the Android API to check if there is an active VPN and in this case it d...
by admin
Sat Jul 20, 2024 8:29 am
Forum: VPN Client Pro Support
Topic: WireGuard low speed comparing to other apps
Replies: 6
Views: 96

Re: WireGuard low speed comparing to other apps

I did some tests using iperf3 and the speed seems a little slower but not that much, it seems to stay around 130-140mb/s. However I will do some more tests and try to see if I can optimize the code to increase speed...

Did you change any options after importing the WireGuard configuration?
by admin
Thu Jul 18, 2024 7:21 am
Forum: VPN Client Pro Support
Topic: WireGuard low speed comparing to other apps
Replies: 6
Views: 96

Re: WireGuard low speed comparing to other apps

Hello,

thanks for the tip. I'll do some tests and let you know...
by admin
Mon Jul 15, 2024 5:55 pm
Forum: VPN Client Pro Discussion
Topic: Socks5
Replies: 1
Views: 42

Re: Socks5

Hello
you can use a socks proxy between the client and the server to establish the VPN connection (OpenVPN, SSTP, SoftEther, OpenConnect)
by admin
Sun Jul 14, 2024 8:13 pm
Forum: VPN Client Pro Support
Topic: How to request a backup restore from a third-party app
Replies: 0
Views: 30

How to request a backup restore from a third-party app

To restore a backup you can use an Intent with the action set to "it.colucciweb.vpnclientpro.RESTORE_BACKUP", the backup file passed as the data URI and the password as "it.colucciweb.vpnclientpro.RESTORE_PASSWORD" extra string. The Intent must be sent using the registerForActivi...