From 2fcd0abbd3d951a704a2703b8b944e4d1f215ef7 Mon Sep 17 00:00:00 2001 From: Hakase Date: Sun, 16 Sep 2018 06:57:17 +0900 Subject: [PATCH] Add feature - Strict-SNI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44ac1df..a430219 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Example Web Server - [https://ssl.hakase.io/](https://ssl.hakase.io/) - Google PageSpeed for nginx - and the other. - HPACK, SSL Dynamic TLS Records Support. (Thanks to cloudflare!) +- SSL Strict-SNI (ex: http { strict_sni on; } ) ## Upcoming Features - Auto build (rpm, deb, etc.)