blob: 9d93b8107d690f3a1aa2e69a7961fd2c1ced99bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
# wireguard_p2p_interface:
# name: p2p
# description: some wireguard tunnel
# priv_key: secret
# listen_port: 1234
# addresses:
# - 192.168.123.254/24
# wireguard_p2p_peer:
# pub_key: public_key_of_peer
# keepalive_interval: 10
# endpoint:
# host: 5.6.7.8
# port: 1234
# allowed_ips:
# - 192.168.255.3/32
# - 192.168.123.0/24
|