Input validation on VPN Applicaion
I am developing an VPN app, currently on mobile app part(Flutter). I have done server backend side. Client side code is done too. VPN establishment is based on socket communication:
Client sends it its own public key and my Server sends back leased ip address.