Update Samba and WireGuard configuration
- Adjust Samba config file permissions to 644 - Introduce PresharedKey option in WireGuard config template
This commit is contained in:
@@ -8,6 +8,9 @@ ListenPort = {{ wireguard.listenport }}
|
||||
{% for peer in wireguard.peers %}
|
||||
[Peer]
|
||||
PublicKey = {{ peer.publickey }}
|
||||
{% if peer.presharedkey is defined %}
|
||||
PresharedKey = {{ peer.presharedkey }}
|
||||
{% endif %}
|
||||
{% if peer.endpoint is defined %}
|
||||
Endpoint = {{ peer.endpoint }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user