Skip to content

Commit 9523d4a

Browse files
Update README.md
1 parent 8c8e1d3 commit 9523d4a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# No Longer Maintained
22

3-
This repository is no longer maintained.
3+
This repository is no longer maintained. In order to continue marching forward with the goal of creating a cross platform, easily extensible and easy to use filtering local proxy, I have migrated efforts to the .NET platform via .NET core. Leveraging open source Microsoft technologies, I was able to reproduce the entirety of the functionality of this project (over 10K LOC) in roughly 1500 LOC in a week or so, versus years of R&D for this project. While this project has been vital and a good experiment in the study of TLS/SSL and HTTP, these facts are a testament to the dramatic relief in maintenance burden that the new projects bring.
4+
5+
You can find relevant replacement projects here:
6+
7+
[CitadelCore](https://github.com/TechnikEmpire/CitadelCore) <--- Base proxy engine.
8+
9+
[CitadelCore.Windows](https://github.com/TechnikEmpire/CitadelCore.Windows) <--- Platform specific implementation for Windows.
10+
411

512
# Http Filtering Engine
613
Transparent filtering TLS proxy that exposes a simple API for filtering of HTTP/S transactions. The engine handles the interception and processing of HTTP/S transactions transparently, and exposes those transactions to the user for optional inspection, with the option to supply your own generated content as HTTP responses. Simply put, this library is the foundation for a modern web content filter.

0 commit comments

Comments
 (0)