Browse Source

Make wg.conf more readable

by separating [Peer] blocks with an extra newline

(cherry picked from commit 4d891d1bce)
tags/v2.1.1
Bernhard M. Wiedemann 3 years ago
parent
commit
e2d696c125
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wireguard/files/wg.conf

+ 1
- 1
wireguard/files/wg.conf View File

@@ -13,7 +13,7 @@
{% for key, value in interface.items() -%}
{{ output(key, value) }}
{% endfor -%}
{%- for peer in peers -%}
{%- for peer in peers %}
[Peer]
{% for key, value in peer.items() -%}
{{ output(key, value) }}

Loading…
Cancel
Save