No description
- Go 93.1%
- Dockerfile 4.4%
- Nix 2.5%
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [golang.org/x/crypto](https://pkg.go.dev/golang.org/x/crypto) | [`v0.49.0` → `v0.50.0`](https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.49.0...refs/tags/v0.50.0) |  |  | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTMuMCIsInVwZGF0ZWRJblZlciI6IjQzLjExMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #18 |
||
|---|---|---|
| .forgejo/workflows | ||
| cmd/foxIngress | ||
| config | ||
| conn | ||
| util | ||
| .dockerignore | ||
| .gitignore | ||
| config.example.yml | ||
| Dockerfile | ||
| flake.lock | ||
| flake.nix | ||
| go.mod | ||
| go.sum | ||
| LICENSE.md | ||
| README.md | ||
| renovate.json | ||
| vendor-hash.txt | ||
foxIngress
Host-based HTTP(S) router. It can determine the target hostname (and route) connections using the following protocols.
For this, it does not need knowledge of any private keys, even for HTTPS and QUIC (which is the goal of this proxy)
- HTTP: Host header
- HTTPS: Client Hello SNI
- QUIC: Initial Packet SNI
By default it looks for a file called config.yml in the working directory, but this can be influenced with the CONFIG_FILE environment variable.
See config.example.yml for an example config.
MIT licensed