A simple http router for apt downloads based on GeoIP
Go to file
Tyler e06eced768
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
No more initial status messages = starting does nothing
2022-03-31 01:04:04 -04:00
.drone.yml Only build docker on tagged releases 2022-03-30 21:26:04 -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
config.go Rewrite to add weighting and caching 2022-03-31 00:57:21 -04:00
dlrouter.yaml Rewrite to add weighting and caching 2022-03-31 00:57:21 -04:00
go.mod Rewrite to add weighting and caching 2022-03-31 00:57:21 -04:00
go.sum Rewrite to add weighting and caching 2022-03-31 00:57:21 -04:00
http.go Add proper signal checking, support for reload (map only) 2022-03-30 21:37:47 -04:00
main.go No more initial status messages = starting does nothing 2022-03-31 01:04:04 -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 Allow real IP from loopback AND private 2022-03-30 22:58:15 -04:00
servers.go Rewrite to add weighting and caching 2022-03-31 00:57:21 -04:00