dlundquist / sniproxy

Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session.
BSD 2-Clause "Simplified" License
2.57k stars 398 forks source link

Added statuslistener #358

Open mcq8 opened 4 years ago

mcq8 commented 4 years ago

This makes it possible to get a list of active connections without the need to search trough temp files. I needed a way to remotely get a list of open connections. I might add some kind of acl to it, but for now I don't need it. Let me know if you think this is useful for the project, if not feel free to close the PR.