-
```
What steps will reproduce the problem?
1. Apply an IPTables transparent proxy rule a la:
iptables -t nat -A PREROUTING -i wlan0 -p tcp --dport 80 -j DNAT
--to-destination [YOUR IP]:8080
2. engag…
-
We want to support 2 whitelist types:
1. passthrough - does not decrypt HTTPS
2. inspected - decrypts HTTPS. Requires trusting MITM CA.
By default, we should deny all other traffic
Additionally, MI…
-
I am having this problem where all of my login attempts to Nextcloud end up outputting the public IP address.
My proxy docker-compose:
```
version: "3.7"
services:
caddy:
# see here for gu…
-
Hi all,
I am seeing several **msg="Error WaitForScrapeInstruction** messages in the server log, with corresponding **msg="Error reading request:" err="invalid method \"
saulp updated
5 years ago
-
I'm exploring if this will work for my application. Actually, I'm hoping to use two instances of SSLproxy in the following manner:
Server A is my HTTPS server with my certificate and private key
…
-
Would it be possible to provide a caching proxy server for all downloads? This might reduce the "in" traffic a lot, which is probably free to you but at the same time is somebody else's "out" traffic.…
-
# Lines of code
https://github.com/AmbireTech/ambire-common/blob/5c54f8005e90ad481df8e34e85718f3d2bfa2ace/contracts/AmbireAccount.sol#L92
# Vulnerability details
# Fallback handlers can trick user…
-
https://linkerd.io/2.12/overview/
https://linkerd.io/what-is-a-service-mesh/#
> ## What is a service mesh?
> tl;dr: A service mesh like Linkerd is a tool for adding observability, security, and r…
-
- Can not connect to Youtube app
- Only works on Chrome and some browsers.
- 502 status frequently occurs
-
Hello,
I want to use nginx as a transparent proxy for leofs storage.
Actualy this works fine for public bucket but for private leofs need to support sign request like this :
http://docs.aws.amazon…