diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-15 20:57:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 20:57:14 +0100 |
commit | 7e01e9f2445c02a9c053fd241703da9b04b4ef18 (patch) | |
tree | 3d69c937513529a77dc143c7fe2cfda448842533 /docs/configuration | |
parent | 797199ec780c175a425a723a99bcf9dab880e424 (diff) | |
download | vyos-documentation-7e01e9f2445c02a9c053fd241703da9b04b4ef18.tar.gz vyos-documentation-7e01e9f2445c02a9c053fd241703da9b04b4ef18.zip |
openvpn: example add missing closing '
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/interfaces/openvpn.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/openvpn.rst b/docs/configuration/interfaces/openvpn.rst index 5b6c7dc1..3fe6b1d4 100644 --- a/docs/configuration/interfaces/openvpn.rst +++ b/docs/configuration/interfaces/openvpn.rst @@ -86,7 +86,7 @@ Local Configuration: set interfaces openvpn vtun1 mode site-to-site set interfaces openvpn vtun1 protocol udp set interfaces openvpn vtun1 persistent-tunnel - set interfaces openvpn vtun1 remote-host '203.0.113.11 + set interfaces openvpn vtun1 remote-host '203.0.113.11' set interfaces openvpn vtun1 local-port '1195' set interfaces openvpn vtun1 remote-port '1195' set interfaces openvpn vtun1 shared-secret-key openvpn-1 |