Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1,372 additions
and 1,157 deletions.
- +2 −0 .gitignore
- +1 −1 .travis.yml
- +22 −2 Makefile
- +2 −1 config.go
- +37 −33 geodns.go
- +272 −0 http.go
- +0 −436 monitor.go
- +99 −0 monitor/hub.go
- +123 −0 monitor/monitor.go
- +44 −0 monitor/monitor_test.go
- +0 −57 monitor_test.go
- +0 −301 serve_test.go
- +3 −1 { → server}/metrics.go
- +7 −7 { → server}/serve.go
- +325 −0 server/serve_test.go
- +74 −0 server/server.go
- +0 −130 server_test.go
- +2 −0 targeting/targeting_test.go
- +6 −4 util.go
- +82 −85 server.go → zones/muxmanager.go
- +152 −0 zones/reader_test.go
- +119 −99 zones/zone_test.go
Oops, something went wrong.