A simple http router for apt downloads based on GeoIP
Go to file
Tyler cb8b3a084f
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/tag Build is passing Details
Use logrus logger
2022-03-30 21:18:25 -04:00
.drone.yml Add step concurrency 2022-03-30 21:03:12 -04:00
.gitignore Make adding servers async, checks after starting http service to avoid delays, add prom metrics 2022-01-11 01:05:20 -05:00
Dockerfile Add proper CMD 2022-03-30 20:43:10 -04:00
LICENSE Initial commit 2022-01-09 23:47:40 -05:00
dlrouter.yaml Make adding servers async, checks after starting http service to avoid delays, add prom metrics 2022-01-11 01:05:20 -05:00
go.mod Use logrus logger 2022-03-30 21:18:25 -04:00
go.sum Use logrus logger 2022-03-30 21:18:25 -04:00
http.go Revert realProto call in http.go as we're doing it properly 2022-03-30 21:01:25 -04:00
main.go Use logrus logger 2022-03-30 21:18:25 -04:00
map.go Make adding servers async, checks after starting http service to avoid delays, add prom metrics 2022-01-11 01:05:20 -05:00
middleware.go Add chi for middleware, logging, fix x-forwarded headers 2022-03-30 21:00:28 -04:00
servers.go Cleanup status checks, debugging 2022-01-11 01:10:36 -05:00