docker-stacks/wireguard/examples/server/wg0.conf.dist

9 lines
213 B
Plaintext
Raw Normal View History

2020-07-26 20:03:17 +00:00
# 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