diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-10 14:16:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-10 14:16:49 +0200 |
commit | 4417661f38238f5b0c2ef78a3e5c32ea2f5f1387 (patch) | |
tree | 070f4834d626c3465836848fdc6a305f14e0a4fc /docs/configuration | |
parent | 5950dac4b59bfa02bb2b63b15036992fac6ff916 (diff) | |
parent | 30af00bd7f3b97e5aed539f42fbfc6eaa5535158 (diff) | |
download | vyos-documentation-4417661f38238f5b0c2ef78a3e5c32ea2f5f1387.tar.gz vyos-documentation-4417661f38238f5b0c2ef78a3e5c32ea2f5f1387.zip |
Merge pull request #1432 from natali-rs1985/T4393
sstp: T4393: Add support to configure host-name (SNI)
Diffstat (limited to 'docs/configuration')
-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 *********************** |