openvpn: example add missing closing '

(cherry picked from commit 7e01e9f2445c02a9c053fd241703da9b04b4ef18)
This commit is contained in:
Christian Poessinger 2021-11-15 20:57:14 +01:00
parent 0d09debdd0
commit 7946438b90

View File

@ -81,7 +81,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-file '/config/auth/openvpn-1.key'