-
## Intro
Gefyra currently supports "global bridge" only. See https://gefyra.dev/docs/run_vs_bridge/#bridge-operation to learn more.
In short, a container within a running Pod (or multiple replicas) …
-
As requested on [Discord](https://discord.com/channels/933841502155706418/933841503103627316/1312472974816841778).
Related to #11.
-
Hi !
First of all let me thank @cbeuw and the rest of contributors for this nice piece of sofware ... really awesome !
I'm happily running a setup where traffic goes through Caddy2 running on Do…
-
# Issue Description
When the `--dry-run` is passed, it is often useful to pipe the its output into `less` or other tools. Currently, this requires a stderr redirection `2>&1`.
## Reproduction
…
-
Sometimes I don't know which port the app will use beforehand, so I would like to redirect all ports as http request, is there any way I can do that?
-
I am trying to intercept a custom, SSL-encrypted protocol where the client (`192.168.150.201`) establishes an initial TCP connection from port `9999` to the server (`192.168.150.150`) at port `541`, a…
-
this hopefully solves the root cause of #255
-
Hello, I think I misunderstood the instructions and misconfigured the config.json files.
```
$ sudo cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.02s
Running `target/deb…
-
otherwise you often won't get the latest version
-
docker exec -it ead27e00dbe5 consul connect redirect-traffic \
-proxy-id="demo-two-0-sidecar-proxy" \
-proxy-uid="???" \
I don`t understand this proxy-uid or how to do?
I install dnsmasq to…