Commit e00b35e2 authored by Jehonathan Thomas's avatar Jehonathan Thomas Committed by GitHub

already supported

parent 83cca8a5
...@@ -17,8 +17,7 @@ Features ...@@ -17,8 +17,7 @@ Features
* Safely relays Web Socket requests over HTTP * Safely relays Web Socket requests over HTTP
* Support mutual SSL authentication * Support mutual SSL authentication
* Fully asynchronous proxy * Fully asynchronous proxy
* Supports proxy authentication * Supports proxy authentication & automatic proxy detection
Usage Usage
===== =====
...@@ -204,10 +203,8 @@ public Task OnCertificateSelection(object sender, CertificateSelectionEventArgs ...@@ -204,10 +203,8 @@ public Task OnCertificateSelection(object sender, CertificateSelectionEventArgs
``` ```
Future road map (Pull requests are welcome!) Future road map (Pull requests are welcome!)
============ ============
* Implement Kerberos/NTLM authentication over HTTP protocols for windows domain
* Support Server Name Indication (SNI) for transparent endpoints * Support Server Name Indication (SNI) for transparent endpoints
* Support HTTP 2.0 * Support HTTP 2.0
* Support upstream AutoProxy detection
* Support SOCKS protocol * Support SOCKS protocol
* Implement Kerberos/NTLM authentication over HTTP protocols for windows domain
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment