all repos — coredns @ cc61ce2951c3dba1443c27434bc734df70b354e3

custom build of coredns with the tailscale plugin

dns: test out hosts mapping
Anirudh Oppiliappan x@icyphox.sh
Thu, 04 Apr 2024 21:07:26 +0300
commit

cc61ce2951c3dba1443c27434bc734df70b354e3

parent

f4e4a103e9c95ca82d69e13c373edbfc0021498b

2 files changed, 4 insertions(+), 1 deletions(-)

jump to
M CorefileCorefile

@@ -2,4 +2,7 @@ koti:53 {

tailscale koti log errors + hosts { + denna dav.koti + } }
M go.modgo.mod

@@ -1,6 +1,6 @@

module git.icyphox.sh/coredns -go 1.21 +go 1.22.0 require ( github.com/coredns/coredns v1.11.2