-
The command has the following syntax
`forwarder port-forward [] [][...`
and allows for copying TCP connections to forwarder.
-
##### Steps to reproduce the problem:
1. Follow the steps from
https://docs.mitmproxy.org/stable/howto-transparent/
Issue1. According to the instructions, editing the sudoers file will allow a…
-
#### Overview of the Issue
I'm having trouble to get the consul connect transparent proxy running with direct dialing on a k8s `StatefulSet`.
Plain http requests get redirected to a https servic…
-
I have the openkb application in a docker container and in Nginx.conf I have
```
location / {
proxy_pass http://localhost:4444;
}
```
I guess it is the reason that permal…
-
Good afternoon. I'm having the following problem here: when I try to connect more than 450~500 users in the e2guardian it starts growing to the top the tab "BUSY". Doesn't matter how many workers I pu…
-
## What should haproxy do differently? Which functionality do you think we should add?
I'd like to be able to dynamically and cleanly tear down a client's TCP connection as part of a HTTP response,…
-
**Context:**
I noticed that a bug (apparently mapbox/node-pre-gyp#400, see [this comment](https://github.com/mapbox/node-pre-gyp/issues/400#issuecomment-527871415)) caused node-pre-gyp to issue HTTP…
-
thank you for your awesome effort in putting the script together.
I am trying to test with AP and PROXY. AP works fine with following command `./lnxrouter -o eth0 --ap wlan0 AP_NAME --password AP_PA…
-
Nice app!
Only issue I found was the Wayland icon showing instead of the correct one.
Operating System: Fedora Linux 37
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: …
-
```
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…