No description
  • Go 94.3%
  • Nix 2.9%
  • Dockerfile 2.8%
Find a file
Reposyncer c6ae0bcf95
All checks were successful
Nix check / check-nix (push) Successful in 1m14s
Docker check and push / release (push) Successful in 1m26s
Go check / check-go (push) Successful in 3m58s
chore(reposyncer): update repo baseline (#31)
This PR was automatically created by the reposyncer script via https://git.foxden.network/FoxDen/maid

Reviewed-on: #31
2026-06-18 14:42:31 -07:00
.forgejo/workflows chore(reposyncer): update repo baseline (#31) 2026-06-18 14:42:31 -07:00
cmd/foxIngress Bake in gitrev for nix as well 2026-06-08 22:25:05 -07:00
config Disable on port 0 2026-04-03 20:32:49 -07:00
conn Update vhost lib 2026-06-16 20:17:33 -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 Stop compressing 2026-06-10 18:20:21 -07:00
flake.lock Bake in gitrev for nix as well 2026-06-08 22:25:05 -07:00
flake.nix Bake in gitrev for nix as well 2026-06-08 22:25:05 -07:00
go.mod Update module github.com/prometheus/common to v0.69.0 (#30) 2026-06-18 14:12:58 -07:00
go.sum Update module github.com/prometheus/common to v0.69.0 (#30) 2026-06-18 14:12:58 -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 github.com/prometheus/common to v0.69.0 (#30) 2026-06-18 14:12:58 -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