r0wbrt / advertsieve

Transparent proxy server for content policy management
Other
1 stars 0 forks source link

Combine intercept and bridge into one service #28

Closed r0wbrt closed 6 years ago

r0wbrt commented 6 years ago

Instead of dividing the proxy and transparent port into two pieces, they should be combined into one. The bridge will intercept each request that is a CONNECT request and forward it as needed. The bridge will pass all non-connect requests to the proxy handler.

Additionally, the server should be enhanced to support access control over CONNECT by gaining configuration options like this:

connectmap "80" http
connectmap "443" https
connectmap "*" https
connectmap "6667" allow
connectmap "*" deny
r0wbrt commented 6 years ago

1573fce6636a55f8b2c1a023da5326334432319e 48d91963739c16d2def1c47d355dd0a30e96eb5a 1785ac1ae65c254944b8ee13bc3e5b30bb0cd6d1

r0wbrt commented 6 years ago

c90cc6ebcd0969612e2a85278c4159c7078d8a75