1
0
Fork 0

Update CoreDNS version

master
Ambrose Chua 2023-09-11 00:37:57 +08:00
parent 4439e925cd
commit bf1b867dd4
5 changed files with 5770 additions and 289 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
coredns/build/ coredns/build/
coredns/coredns

View File

@ -5,7 +5,7 @@ go 1.13
replace github.com/serverwentdown/alias => ../ replace github.com/serverwentdown/alias => ../
require ( require (
github.com/coredns/coredns v1.8.1 github.com/coredns/coredns v1.11.1
github.com/miekg/dns v1.1.35 github.com/miekg/dns v1.1.55
github.com/serverwentdown/alias v0.0.0-00010101000000-000000000000 github.com/serverwentdown/alias v0.0.0-00010101000000-000000000000
) )

File diff suppressed because it is too large Load Diff

6
go.mod
View File

@ -3,7 +3,7 @@ module github.com/serverwentdown/alias
go 1.15 go 1.15
require ( require (
github.com/coredns/caddy v1.1.0 github.com/coredns/caddy v1.1.1
github.com/coredns/coredns v1.8.1 github.com/coredns/coredns v1.11.1
github.com/miekg/dns v1.1.35 github.com/miekg/dns v1.1.55
) )

2948
go.sum

File diff suppressed because it is too large Load Diff