diff options
author | Nataliia Solomko <natalirs1985@gmail.com> | 2024-05-09 17:24:36 +0300 |
---|---|---|
committer | Nataliia Solomko <natalirs1985@gmail.com> | 2024-05-10 13:13:23 +0300 |
commit | 30af00bd7f3b97e5aed539f42fbfc6eaa5535158 (patch) | |
tree | 28eed864c5b4c4c73f3972dd3a70a8fcd1ef0132 /docs/configuration/vpn | |
parent | 7b2427f73df9f4fc6bf05cd59fa83781c0e4ce2e (diff) | |
download | vyos-documentation-30af00bd7f3b97e5aed539f42fbfc6eaa5535158.tar.gz vyos-documentation-30af00bd7f3b97e5aed539f42fbfc6eaa5535158.zip |
sstp: T4393: Add support to configure host-name (SNI)
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 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 *********************** |