quick-wireguard/server.template

6 lines
110 B
Plaintext
Raw Normal View History

2023-11-05 09:40:53 +00:00
[Interface]
PrivateKey = ${SERVER_PRIVATE_KEY}
2023-11-05 11:21:07 +00:00
Address = 10.0.0.1/16
2023-11-05 09:40:53 +00:00
SaveConfig = true
ListenPort = 51820