support reverse forwarding

This commit is contained in:
Robin Appelman 2025-11-10 22:19:13 +01:00
commit d8d1bc17df
6 changed files with 65 additions and 21 deletions

View file

@ -77,4 +77,10 @@ name = "test2"
# listening on a specific address instead of 0.0.0.0
source = "127.0.0.1:9091"
target = 80
[[namespace.forward]]
# forward from inside the namespace to outside instead
reverse = true
source = 80
target = 80
```