No description
  • Go 93.1%
  • Dockerfile 4.4%
  • Nix 2.5%
Find a file
Renovate 4afab29117
All checks were successful
Go check / check-go (push) Successful in 59s
Nix check / check-nix (push) Successful in 1m9s
Docker check and push / release (push) Successful in 1m58s
Update module golang.org/x/crypto to v0.50.0 (#18)
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) | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fcrypto/v0.50.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fcrypto/v0.49.0/v0.50.0?slim=true) |

---

### 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
2026-04-27 22:31:41 -07:00
.forgejo/workflows chore(reposyncer): update repo baseline (#1) 2026-04-03 19:51:19 -07:00
cmd/foxIngress wording 2025-08-05 14:56:12 -07:00
config Disable on port 0 2026-04-03 20:32:49 -07:00
conn I am braindead sometimes 2025-07-15 21:27:31 -07:00
util Simplify interface 2025-07-15 21:29:46 -07:00
.dockerignore add dockeringore and add compressed stage 2023-12-01 16:02:30 -08:00
.gitignore boom 2025-10-13 16:54:39 -07:00
config.example.yml Disable on port 0 2026-04-03 20:32:49 -07:00
Dockerfile Use mirrored images 2026-04-12 14:31:19 -07:00
flake.lock flake 2026-04-03 19:58:24 -07:00
flake.nix fix hash 2026-04-03 20:22:46 -07:00
go.mod Update module golang.org/x/crypto to v0.50.0 (#18) 2026-04-27 22:31:41 -07:00
go.sum Update module golang.org/x/crypto to v0.50.0 (#18) 2026-04-27 22:31:41 -07:00
LICENSE.md Rework this proxy some 2022-01-13 08:29:41 -08:00
README.md a 2025-03-12 12:52:26 -07:00
renovate.json chore(reposyncer): update repo baseline (#1) 2026-04-03 19:51:19 -07:00
vendor-hash.txt Update module golang.org/x/crypto to v0.50.0 (#18) 2026-04-27 22:31:41 -07:00

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