fix typo in vpn readme

This commit is contained in:
2020-03-19 09:45:34 -04:00
parent 6c982db873
commit 496587ea8d

View File

@@ -7,6 +7,6 @@ My OpenVPN deployment uses certificates issues from my internal certificate auth
You'll note that the firewall needs to route traffic from the VPN network (10.8.0.0/16) to the local network (192.168.0.0./24).
## Wireguard
Wireguard is quite slim so a lot of the functionality I am expecting (certificate authentication, DHCP, key exchange) is available (this is part of what makes it secure). Instead, I will have to create my own method of distributing and keeping track of keys generated by Wireguard.
Wireguard is quite slim so a lot of the functionality I am expecting (certificate authentication, DHCP, key exchange) is not available (this is part of what makes it secure). Instead, I will have to create my own method of distributing and keeping track of keys generated by Wireguard.
Wireguard appears to handle making the routes itself, so I should be able to remove my OpenVPN route rules from my firewall no problem.