This website works better with JavaScript
Home
Explore
Help
Sign In
golang
/
GeoDNS
mirror of
https://github.com/abh/geodns
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
avro
copilot/fix-102
dependabot/go_modules/golang.org/x/net-0.7.0
docs
edns-subnet
geoip6
godep
influxdb
main
master
targeting
v3.3.3
v3.3.2
v3.3.1
v3.3.0
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.1.0-rc1
v3.0.2
v3.0.1
2.7.0
2.6.0
2.5.0
2.4.0
2.4.4
2.4.1
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
GeoDNS
/
templates_devel.go
templates_devel.go
96 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
// +build devel
package main
func init() {
// load templates from disk
development = true
}