View raw

1 # Set Address, PrivateKey, PublicKey, and AllowedIPs. 2 3 [Interface] 4 Address = 10.xx.x.x/24 5 ListenPort = 51820 6 PrivateKey = CHANGEME 7 8 [Peer] 9 PublicKey = CHANGEME 10 AllowedIPs = 10.xx.x.x/32 11