Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 2c4e2ba

Browse files
committed
read me
1 parent ef02035 commit 2c4e2ba

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ Setup HTTP proxy:
4444
ExcludedHttpsHostNameRegex = new List<string>() { "dropbox.com" }
4545
};
4646

47-
//Exclude Https addresses you don't want to proxy
48-
//Usefull for clients that use certificate pinning
49-
//for example dropbox.com
50-
var explicitEndPoint = new ExplicitProxyEndPoint(IPAddress.Any, 8000, true){
51-
ExcludedHttpsHostNameRegex = new List<string>() { "dropbox.com" }
52-
};
53-
5447
//An explicit endpoint is where the client knows about the existance of a proxy
5548
//So client sends request in a proxy friendly manner
5649
ProxyServer.AddEndPoint(explicitEndPoint);

0 commit comments

Comments
 (0)