summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBoris Manojlovic <boris@steki.net>2021-08-15 12:20:43 +0200
committerGitHub <noreply@github.com>2021-08-15 12:20:43 +0200
commitd3ae6304a3eabcddba36452e9519ca7b56bb38af (patch)
tree5e77b7fade4471a709423cc7cc4ab06329962f19 /src
parent2e15f551713fa4a8663415c1e30bbc50cd094050 (diff)
downloadvyos-1x-d3ae6304a3eabcddba36452e9519ca7b56bb38af.tar.gz
vyos-1x-d3ae6304a3eabcddba36452e9519ca7b56bb38af.zip
wireguard: T3756: fix generated qr code header
Diffstat (limited to 'src')
-rwxr-xr-xsrc/op_mode/wireguard_client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/op_mode/wireguard_client.py b/src/op_mode/wireguard_client.py
index 7661254da..76c1ff7d1 100755
--- a/src/op_mode/wireguard_client.py
+++ b/src/op_mode/wireguard_client.py
@@ -39,10 +39,11 @@ To enable this configuration on a VyOS router you can use the following commands
set interfaces wireguard {{ interface }} peer {{ name }} allowed-ips '{{ addr }}'
{% endfor %}
set interfaces wireguard {{ interface }} peer {{ name }} public-key '{{ pubkey }}'
+
+=== RoadWarrior (client) configuration ===
"""
client_config = """
-=== RoadWarrior (client) configuration ===
[Interface]
PrivateKey = {{ privkey }}