mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
openvpn: example add missing closing '
This commit is contained in:
parent
797199ec78
commit
7e01e9f244
@ -86,7 +86,7 @@ Local Configuration:
|
|||||||
set interfaces openvpn vtun1 mode site-to-site
|
set interfaces openvpn vtun1 mode site-to-site
|
||||||
set interfaces openvpn vtun1 protocol udp
|
set interfaces openvpn vtun1 protocol udp
|
||||||
set interfaces openvpn vtun1 persistent-tunnel
|
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 local-port '1195'
|
||||||
set interfaces openvpn vtun1 remote-port '1195'
|
set interfaces openvpn vtun1 remote-port '1195'
|
||||||
set interfaces openvpn vtun1 shared-secret-key openvpn-1
|
set interfaces openvpn vtun1 shared-secret-key openvpn-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user