Wachu985 / flutter_wireguard_vpn

A Flutter package that allows connection through a VPN using WireGuard.
https://pub.dev/packages/wireguard_vpn
BSD 3-Clause "New" or "Revised" License
22 stars 9 forks source link

Wireguard Config #2

Closed Kashif-Asghar60 closed 1 year ago

Kashif-Asghar60 commented 1 year ago

Thank You for the plugin , I'm new to vpn environment. I dont know where to get the configs for the wireguard. Can you guide me how to obtain the a ddress, Port , DnsServer, PrivateKey, PublicKey, Endpoint ,presharedKey etc. It would be nice if you include this in readme.md.

flowan commented 1 year ago

Via the website https://www.wireguardconfig.com you can generate server and client configs. Hope this helps.

Kashif-Asghar60 commented 1 year ago

@flowan Thanks for the help mate but I figured that already.

Wachu985 commented 1 year ago

Thank you for the comment. I've added a section in the README.md to provide information on obtaining WireGuard configurations.