diff options
author | goodNETnick <pknet@ya.ru> | 2022-05-26 02:23:23 -0400 |
---|---|---|
committer | goodNETnick <pknet@ya.ru> | 2022-05-26 02:23:23 -0400 |
commit | aff4b038c28979a50509d1d0c552a3b3e1eb5f6c (patch) | |
tree | 20c9605db2f631eb7e9773c05d7c72b813ba0c1b /docs/configuration/vpn | |
parent | f30710237ea41f17310a182587b1ed6b1e4e62d7 (diff) | |
download | vyos-documentation-aff4b038c28979a50509d1d0c552a3b3e1eb5f6c.tar.gz vyos-documentation-aff4b038c28979a50509d1d0c552a3b3e1eb5f6c.zip |
sstp: T4444. Port number changing support
Diffstat (limited to 'docs/configuration/vpn')
-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. |