mirror of
https://github.com/coredns/coredns.git
synced 2025-12-29 13:17:12 -05:00
Use IsDomainName (#119)
Liberal as it as it still has its use. Reject invalid domain names in the config. Unrelated: clear up the README as well. And fix travis script.
This commit is contained in:
@@ -3,6 +3,7 @@ go:
|
||||
- 1.5
|
||||
- 1.6
|
||||
before_script:
|
||||
- go get
|
||||
- go get github.com/coreos/etcd
|
||||
- go get github.com/coreos/go-etcd/etcd
|
||||
- go build -o $HOME/gopath/src/github.com/coreos/etcd/etcd.run github.com/coreos/etcd
|
||||
|
||||
Reference in New Issue
Block a user