bundles/wireguard: support s2s connection to other services
This commit is contained in:
parent
ae14265abc
commit
104d1f11bf
3 changed files with 7 additions and 3 deletions
|
@ -10,7 +10,9 @@ ListenPort=${port}
|
|||
[WireGuardPeer]
|
||||
PublicKey=${pubkey}
|
||||
AllowedIPs=0.0.0.0/0
|
||||
% if psk:
|
||||
PresharedKey=${psk}
|
||||
% endif
|
||||
% if endpoint:
|
||||
Endpoint=${endpoint}
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue