docker-stacks/wireguard/examples/server/wg0.conf.dist
2020-07-26 23:03:17 +03:00

9 lines
213 B
Plaintext

# https://github.com/cmulk/wireguard-docker#configuration
[Interface]
Address = 192.168.20.1/24
PrivateKey = <server_private_key>
ListenPort = 5555
[Peer]
PublicKey = <client_public_key>
AllowedIPs = 192.168.20.2