mirror of
https://github.com/pikami/mail-server.git
synced 2025-06-07 15:10:04 +01:00
12 lines
261 B
YAML
12 lines
261 B
YAML
---
|
|
wireguard:
|
|
private_key: <wireguard private key>
|
|
address: <hosts address inside vpn>
|
|
port: 21841
|
|
interface: wg0
|
|
peers:
|
|
- name: Gateway
|
|
public_key: <vpn gateway public key>
|
|
endpoint: <gateway ip>:21841
|
|
allowed_ips: 10.2.0.1/32
|