diff options
author | Vladislav Grishenko <themiron@mail.ru> | 2018-02-27 16:48:59 +0500 |
---|---|---|
committer | Vladislav Grishenko <themiron@mail.ru> | 2018-02-27 18:14:57 +0500 |
commit | c2fe175d1b98ae3cc728d9254568201d45e2aeca (patch) | |
tree | 98611bb607d2b58add79cfe2c19d0a3ba1214cd3 /accel-pppd/accel-ppp.conf.5 | |
parent | 8b24e82a67005ade50b92dfefa6413874a758132 (diff) | |
download | accel-ppp-c2fe175d1b98ae3cc728d9254568201d45e2aeca.tar.gz accel-ppp-c2fe175d1b98ae3cc728d9254568201d45e2aeca.zip |
sstp: implement proxy-protocol 1 & 2 support
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index fb38fea1..97e7ed5b 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -662,11 +662,14 @@ If this option is given and greater then zero then sstp will send echo-request e seconds and drop connection without a reply. Default is 60. .TP -.BI "accept=" ssl +.BI "accept=" ssl,proxy Specifies incoming connection acceptance mode. .br .B ssl - enable SSL/TLS support. +.br +.B proxy +- enable PROXY protocol 1 & 2 support. .TP .BI "ssl-ciphers=" string Specifies the enabled ciphers. The ciphers are specified in the format understood by the OpenSSL library. |