WireGuard is a new open source VPN using cryptographic technique that aims to be easier and lighter than OpenVPN. They are also available on Android, IOS, Windows, MacOS and more. You can read more about it on their website: https://www.wireguard.com/
To download follow this link: https://www.wireguard.com/install/
The Config file or .conf looks like this:
[Interface]
PrivateKey = gI6EdUSYvn8ugXOt8QQD6Yc+JyiZxIhp3GInSWRfWGE=
ListenPort = 21841
[Peer]
PublicKey = HIgo9xNzJMWLKASShiTqIybxZ0U3wGLiUeJ1PKf8ykw=
Endpoint = 192.95.5.69:51820
AllowedIPs = 0.0.0.0/0
Easy right?
Now to make it work on Globe/TM no load. you need to have a config file or you can follow my other post to guide you step by step : WireGuard Config Generator Tutorial
No comments:
Post a Comment