No description
  • Go 96.4%
  • Nix 2%
  • Dockerfile 1.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Renovate 929fcd6863
All checks were successful
Go check / check-go (push) Successful in 1m55s
Docker check and push / release (push) Successful in 2m2s
Nix check / check-nix (push) Successful in 9m9s
Update module golang.org/x/crypto to v0.55.0 (#56)
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.54.0` → `v0.55.0`](https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.54.0...refs/tags/v0.55.0) | ![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fcrypto/v0.55.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fcrypto/v0.54.0/v0.55.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 [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yNC4wIiwidXBkYXRlZEluVmVyIjoiNDQuMjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #56
2026-08-12 09:10:03 -07:00
.forgejo/workflows chore(reposyncer): update repo baseline (#53) 2026-07-30 09:27:49 -07:00
cmd/foxIngress Dont add to the default handler 2026-08-06 18:47:55 -07:00
config Skip listener if no hosts 2026-07-27 21:53:35 -07:00
conn source 2026-07-28 08:38:14 -07:00
util Bake in gitrev for nix as well 2026-06-08 22:25:05 -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 lint 2026-08-06 10:19:47 -07:00
flake.lock 2605 2026-08-04 13:50:50 -07:00
flake.nix 2605 2026-07-29 22:56:39 -07:00
go.mod Update module golang.org/x/crypto to v0.55.0 (#56) 2026-08-12 09:10:03 -07:00
go.sum Update module golang.org/x/crypto to v0.55.0 (#56) 2026-08-12 09:10:03 -07:00
LICENSE.md Inline go-vhost 2026-07-28 08:36:17 -07:00
README.md a 2025-03-12 12:52:26 -07:00
renovate.json chore(reposyncer): update repo baseline (#50) 2026-07-29 08:14:06 -07:00
vendor-hash.txt Update module golang.org/x/crypto to v0.55.0 (#56) 2026-08-12 09:10:03 -07:00
vendor-hash.txt.doc Update module github.com/prometheus/common to v0.69.0 (#30) 2026-06-18 14:12:58 -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