25 lines
380 B
TOML
25 lines
380 B
TOML
[Interface]
|
|
PrivateKey = PrivateKey123=
|
|
Address = 10.37.1.1/24
|
|
ListenPort = 51820
|
|
|
|
[Peer]
|
|
PublicKey = PublicKey123=
|
|
AllowedIPs = 10.37.1.2/32
|
|
|
|
[Peer]
|
|
PublicKey = PublicKey1234=
|
|
AllowedIPs = 10.37.2.2/32
|
|
|
|
[Peer]
|
|
PublicKey = PublicKey12345
|
|
AllowedIPs = 10.37.3.2/32
|
|
|
|
[Peer]
|
|
PublicKey = PublicKey123456
|
|
AllowedIPs = 10.37.4.2/32
|
|
|
|
[Peer]
|
|
PublicKey = PublicKey321
|
|
AllowedIPs = 0.0.0.0
|