View raw

1 # Set Address, PrivateKey, PubliKey, Endpoint, and AllowedIPs. 2 3 [Interface] 4 Address = 10.xx.x.x/32 5 PrivateKey = CHANGEME 6 7 [Peer] 8 PublicKey = CHANGEME 9 Endpoint = 192.162.xx.xxx:51820 10 AllowedIPs = 10.xx.x.x/32 11 PersistentKeepalive = 25 12