diff options
author | Eshenko Dmitriy <dmitriy.eshenko@vyos.io> | 2021-08-03 11:38:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 11:38:23 +0300 |
commit | ff5e87fc2737867c00fb667630ab58b867ea3566 (patch) | |
tree | 29122b99449c641aa90f0f78f7cb89788dd6440e /docs/configuration/vpn | |
parent | 63b280caebbbde735e2ad32543b01c73c82f242a (diff) | |
download | vyos-documentation-ff5e87fc2737867c00fb667630ab58b867ea3566.tar.gz vyos-documentation-ff5e87fc2737867c00fb667630ab58b867ea3566.zip |
Fix typo in example
Diffstat (limited to 'docs/configuration/vpn')
-rw-r--r-- | docs/configuration/vpn/openconnect.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/vpn/openconnect.rst b/docs/configuration/vpn/openconnect.rst index feb0bab1..afe1e13f 100644 --- a/docs/configuration/vpn/openconnect.rst +++ b/docs/configuration/vpn/openconnect.rst @@ -51,7 +51,7 @@ Server Configuration set vpn openconnect authentication local-users username <user> password <pass> set vpn openconnect authentication mode <local|radius> - set vpn opneconnect network-settings client-ip-settings subnet <subnet> + set vpn openconnect network-settings client-ip-settings subnet <subnet> set vpn openconnect network-settings name-server <address> set vpn openconnect network-settings name-server <address> set vpn openconnect ssl ca-cert-file <file> |