d63859c28f737c991c0b39a34b8ef3278bb37d41
Fix .gitignore pattern that was excluding mc-proxy subdirectories. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
mc-proxy is a TLS proxy and router for Metacircular Dynamics projects; it follows the Metacircular Engineering Standards.
Metacircular services are deployed to a machine that runs these projects as containers. The proxy should do a few things:
-
It should have a global firewall front-end. It should allow a few things:
- Per-country blocks using GeoIP for compliance reasons.
- Normal IP/CIDR blocks. Note that a proxy has an explicit port setting, so the firewall doesn't need to consider ports.
- For endpoints marked as HTTPS, we should consider how to do user-agent blocking.
-
It should inspect the hostname and route that to the proper container, similar to how haproxy would do it.
Description
Languages
Go
98.1%
Shell
1.2%
Makefile
0.4%
Nix
0.2%
Dockerfile
0.1%