diff options
author | xebd <xeb@mail.ru> | 2019-08-27 08:35:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 08:35:51 +0300 |
commit | 46787c9bf843546a1e283859930a2e1492ceb476 (patch) | |
tree | 39fb39d790a7eba98f75e672c308ca09b9bf722f /accel-pppd/accel-ppp.conf | |
parent | 4916c2faa1a00a218761401ad3ef226daeb3c085 (diff) | |
parent | 61f0be6286a741f44b5bf6736e4bac132ea04495 (diff) | |
download | accel-ppp-46787c9bf843546a1e283859930a2e1492ceb476.tar.gz accel-ppp-46787c9bf843546a1e283859930a2e1492ceb476.zip |
Merge pull request #92 from themiron/sstp
sstp: implement ssl-protocol option and add unsupported features logging
Diffstat (limited to 'accel-pppd/accel-ppp.conf')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index 02db1276..1db492f3 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -112,6 +112,7 @@ verbose=1 #cert-hash-sha1= #cert-hash-sha256= #accept=ssl,proxy +#ssl-protocol=tls1,tls1.1,tls1.2,tls1.3 #ssl-dhparam=/etc/ssl/dhparam.pem #ssl-ecdh-curve=prime256v1 #ssl-ciphers=DEFAULT |