diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-06-10 11:07:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 11:07:58 +0200 |
commit | f616f1b1bd8fcb4c0de0a4f6369d06f3e7e993f3 (patch) | |
tree | 4e80c41e46ee9a21ba82a4faf0ca637e36822cfc | |
parent | ab3694bc4d01ce3b27e6d89de36a7246860b7167 (diff) | |
parent | aff4b038c28979a50509d1d0c552a3b3e1eb5f6c (diff) | |
download | vyos-documentation-f616f1b1bd8fcb4c0de0a4f6369d06f3e7e993f3.tar.gz vyos-documentation-f616f1b1bd8fcb4c0de0a4f6369d06f3e7e993f3.zip |
Merge pull request #774 from goodNETnick/master
sstp: T4444. Port number changing support
-rw-r--r-- | docs/configuration/vpn/sstp.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/vpn/sstp.rst b/docs/configuration/vpn/sstp.rst index 3600681f..f8bc4063 100644 --- a/docs/configuration/vpn/sstp.rst +++ b/docs/configuration/vpn/sstp.rst @@ -111,6 +111,11 @@ Configuration interfaces. +.. cfgcmd:: set vpn sstp port <port> + + Specifies the port `<port>` that the SSTP port will listen on (default 443). + + .. cfgcmd:: set vpn sstp client-ip-pool subnet <subnet> Use `<subnet>` as the IP pool for all connecting clients. |