mirror of https://github.com/tiyn/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
563 B
16 lines
563 B
# VPN
|
|
|
|
A VPN is a virtual private network.
|
|
It uses a secure connection between a computer and a network or two networks.
|
|
It can be used to display another IP address but does not make tracking or
|
|
fingerprinting of the device impossible.
|
|
VPNs feature a server and a client side.
|
|
|
|
## VPN implementations
|
|
|
|
This section lists various VPN implementations.
|
|
|
|
- [OpenVPN](/wiki/openvpn.md) is probably the most well known VPN implementation.
|
|
- [WireGuard](/wiki/wireguard.md) is a modern, fast and secure implementation of the VPN protocol.
|
|
It is free and open-source.
|