diff options
author | Boris Manojlovic <boris@steki.net> | 2021-08-15 12:20:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 12:20:43 +0200 |
commit | d3ae6304a3eabcddba36452e9519ca7b56bb38af (patch) | |
tree | 5e77b7fade4471a709423cc7cc4ab06329962f19 | |
parent | 2e15f551713fa4a8663415c1e30bbc50cd094050 (diff) | |
download | vyos-1x-d3ae6304a3eabcddba36452e9519ca7b56bb38af.tar.gz vyos-1x-d3ae6304a3eabcddba36452e9519ca7b56bb38af.zip |
wireguard: T3756: fix generated qr code header
-rwxr-xr-x | src/op_mode/wireguard_client.py | 3 |
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 }} |