diff options
author | Nataliia Solomko <natalirs1985@gmail.com> | 2024-05-09 17:24:36 +0300 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-10 12:17:42 +0000 |
commit | 8b85ad80c662405e98b81abdc45f9de2c034406f (patch) | |
tree | 4227e56a1d5685d47e7f1b8ba366e79ae019ae57 | |
parent | bba98c9f494fe897f3143a91c721965877ffcee7 (diff) | |
download | vyos-documentation-8b85ad80c662405e98b81abdc45f9de2c034406f.tar.gz vyos-documentation-8b85ad80c662405e98b81abdc45f9de2c034406f.zip |
sstp: T4393: Add support to configure host-name (SNI)
(cherry picked from commit 30af00bd7f3b97e5aed539f42fbfc6eaa5535158)
-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 cc942ee5..cd064162 100644 --- a/docs/configuration/vpn/sstp.rst +++ b/docs/configuration/vpn/sstp.rst @@ -471,6 +471,11 @@ Global Advanced options Windows Internet Name Service (WINS) servers propagated to client +.. cfgcmd:: set vpn sstp host-name <hostname> + + If this option is given, only SSTP connections to the specified host + and with the same TLS SNI will be allowed. + *********************** Configuring SSTP client *********************** |