fix typo in vpn readme
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user