diff options
author | Robert Göhler <github@ghlr.de> | 2023-05-20 21:17:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-20 21:17:23 +0200 |
commit | c417c7c6b6b7fd5e90b80f970c32611cc32f60ad (patch) | |
tree | 9268b47c127bcc22efb02fa5a0a001a72eadcbd3 /docs/configuration/vpn | |
parent | 0569b10f6601a61d24cf25bd20924b04ef0e99c3 (diff) | |
download | vyos-documentation-c417c7c6b6b7fd5e90b80f970c32611cc32f60ad.tar.gz vyos-documentation-c417c7c6b6b7fd5e90b80f970c32611cc32f60ad.zip |
Update openconnect.rst correct code-block
Diffstat (limited to 'docs/configuration/vpn')
-rw-r--r-- | docs/configuration/vpn/openconnect.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/vpn/openconnect.rst b/docs/configuration/vpn/openconnect.rst index bd9f4b7f..1cc197e9 100644 --- a/docs/configuration/vpn/openconnect.rst +++ b/docs/configuration/vpn/openconnect.rst @@ -256,7 +256,8 @@ Be sure to set a sane default config in the default config file, this will be loaded in the case that a user is authenticated and no file is found in the configured directory matching the users username/group. -.. code-block:: node +.. code-block:: none + sudo nano /config/auth/ocserv/config-per-user/tst The same configuration options apply when Identity based config is configured |