9 lines
213 B
Plaintext
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
|