packages/net/wg-installer/wg-server/config/wgserver.conf
Nick Hainke 8ab044712a wg-installer: generate new keys for every connection
Generate new keys on every new connection.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-01-12 00:51:08 +01:00

9 lines
273 B
Text

config server
option port_start '51820'
option port_end '52820'
option base_prefix '2002::/64'
option base_v4prefix '10.0.0.1/24'
option wg_key '/root/wg.key'
option wg_pub '/root/wg.pub'
option wg_tmp_key '1'
option timeout_handshake '600'