Example Wireguard Configuration - Client Interface
# This machines' local Wireguard interface | |
[Interface] | |
Address = xx.xx.xx.xx/24 | |
PrivateKey = <client's generated private key> | |
SaveConfig = true | |
# The remove server which acts as the VPN Gateway | |
[Peer] | |
PublicKey = <server's generated public key> | |
AllowedIPs = xx.xx.xx.xx/24 | |
Endpoint = xx.xx.xx.xx | |
PersistentKeepalive = 25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment