diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-10 14:17:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-10 14:17:54 +0200 |
commit | 4d29fbc73b72db3efc239175f95230cc3d83d20d (patch) | |
tree | 4227e56a1d5685d47e7f1b8ba366e79ae019ae57 | |
parent | bba98c9f494fe897f3143a91c721965877ffcee7 (diff) | |
parent | 8b85ad80c662405e98b81abdc45f9de2c034406f (diff) | |
download | vyos-documentation-4d29fbc73b72db3efc239175f95230cc3d83d20d.tar.gz vyos-documentation-4d29fbc73b72db3efc239175f95230cc3d83d20d.zip |
Merge pull request #1438 from vyos/mergify/bp/sagitta/pr-1432
sstp: T4393: Add support to configure host-name (SNI) (backport #1432)
-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 *********************** |