redwood icon indicating copy to clipboard operation
redwood copied to clipboard

Web content filter that runs as an HTTP proxy

Results 12 redwood issues
Sort by recently updated
recently updated
newest added

I own the site: https://myip.net.il/ It's a simple httpd (apache) server and it seems to work fine on http via redwood but not on intercepted traffic. I am using the...

I am starting to work with ipv6 in comming month. I have expirence with it but I am not sure how RedWood looks at it. Currently it's "natting" or "proxying"...

I have created very long ago a test page to test if the certificate is installed on the client browser/pc/device. A production setup is at: https://cert.rimon.net.il/ The sources are at:...

Since one of the desktops in my lan uses ghostery I have seen the next logs every couple seconds ``` Mar 27 18:49:11 redwood-051 redwood-production[169497]: 2021/03/27 18:49:11 Detected Content-Type as...

I am using Yandex and OpenDNS resolvers as my DNS filtering and for each I have a caching server. I have seen many times that the result is a timeout...

Hi, trying to run a build from `master`. Config: ``` # Listen for connections on port 8000. http-proxy 127.0.0.1:8000 # the template for the block page blockpage "/etc/redwood/block.html" # directory...

I setup Redwood on an ubuntu server and it works on my devices, including iOS, but I'm receiving a certificate error, which is blocking iCloud. Is there any extra configuration...

We would like to specify the source ip address used for outbound requests in the ACL, so we are able to distinguish internal systems. Would that be an enhancement worth...

This adds a simple docker file for container deployment, Adding in the redwood-config for a default setup, users will need to create the cert and mount into the container but...

Hello Andy, exploring the source code it seems the "Timeout" is hard-coded to 30 sec for the connection, correct ? would it be possible to add a variable "timeout" in...