diff options
author | rebortg <github@ghlr.de> | 2020-12-11 14:54:50 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 14:54:50 +0100 |
commit | 19596fd91ee067594957252768aed98579c1a4dc (patch) | |
tree | 5332795ac6cd7e39c562292daf904136a17cec2e /docs/configuration/vpn/sstp.rst | |
parent | 2cc025a619ae94e8e59eb1a79c10fc74e9a3a59f (diff) | |
download | vyos-documentation-19596fd91ee067594957252768aed98579c1a4dc.tar.gz vyos-documentation-19596fd91ee067594957252768aed98579c1a4dc.zip |
vpn: fix lint errors
Diffstat (limited to 'docs/configuration/vpn/sstp.rst')
-rw-r--r-- | docs/configuration/vpn/sstp.rst | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/configuration/vpn/sstp.rst b/docs/configuration/vpn/sstp.rst index dbaa41c0..3600681f 100644 --- a/docs/configuration/vpn/sstp.rst +++ b/docs/configuration/vpn/sstp.rst @@ -64,7 +64,8 @@ commands can be used. Configuration ============= -.. cfgcmd:: set vpn sstp authentication local-users username <user> password <pass> +.. cfgcmd:: set vpn sstp authentication local-users username <user> password + <pass> Create `<user>` for local authentication on this system. The users password will be set to `<pass>`. @@ -73,19 +74,23 @@ Configuration Disable `<user>` account. -.. cfgcmd:: set vpn sstp authentication local-users username <user> static-ip <address> +.. cfgcmd:: set vpn sstp authentication local-users username <user> static-ip + <address> Assign static IP address to `<user>` account. -.. cfgcmd:: set vpn sstp authentication local-users username <user> rate-limit download <bandwidth> +.. cfgcmd:: set vpn sstp authentication local-users username <user> rate-limit + download <bandwidth> Download bandwidth limit in kbit/s for `<user>`. -.. cfgcmd:: set vpn sstp authentication local-users username <user> rate-limit upload <bandwidth> +.. cfgcmd:: set vpn sstp authentication local-users username <user> rate-limit + upload <bandwidth> Upload bandwidth limit in kbit/s for `<user>`. -.. cfgcmd:: set vpn sstp authentication protocols <pap | chap | mschap | mschap-v2> +.. cfgcmd:: set vpn sstp authentication protocols + <pap | chap | mschap | mschap-v2> Require the peer to authenticate itself using one of the following protocols: pap, chap, mschap, mschap-v2. @@ -119,7 +124,8 @@ Configuration bit long, the default value is 64. -.. cfgcmd:: set vpn sstp client-ipv6-pool delegate <address> delegation-prefix <number-of-bits> +.. cfgcmd:: set vpn sstp client-ipv6-pool delegate <address> delegation-prefix + <number-of-bits> Use this command to configure DHCPv6 Prefix Delegation (RFC3633) on SSTP. You will have to set your IPv6 pool and the length of the |