- Filter IP addresses from HTTP challenge domains list - Ensure IPs only get internal (self-signed) certificates - Preserve IP addresses in DNS challenge domains for proper handling - All 550+ backend tests passing with 85.8% coverage Resolves certificate issuer assignment bug for IP-based proxy hosts
Backend Service
This folder contains the Go API for CaddyProxyManager+.
Prerequisites
- Go 1.24+
Getting started
cp .env.example .env # optional
cd backend
go run ./cmd/api
Tests
cd backend
go test ./...