Skip to content

Commit

Permalink
Add DNS modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Nov 12, 2024
1 parent 3bf1dff commit da1e85e
Show file tree
Hide file tree
Showing 4 changed files with 931 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Mainly for my personal projects. Packages [Caddy](https://github.com/caddyserver

- https://github.com/jonaharagon/caddy-umami
- https://github.com/digilolnet/caddy-bunny-ip
- https://github.com/caddy-dns/cloudflare
- https://github.com/caddy-dns/bunny
- https://github.com/caddy-dns/powerdns

## Build

Expand Down
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module caddy
go 1.22.1

require (
github.com/caddy-dns/bunny v0.1.0
github.com/caddy-dns/cloudflare v0.0.0-20240703190432-89f16b99c18e
github.com/caddy-dns/powerdns v1.0.1
github.com/caddyserver/caddy/v2 v2.8.4
github.com/digilolnet/caddy-bunny-ip v0.0.0-20231130010043-2e5e90ee8867
github.com/jonaharagon/caddy-umami v0.9.0
Expand Down Expand Up @@ -65,7 +68,10 @@ require (
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/libdns/bunny v0.1.0 // indirect
github.com/libdns/cloudflare v0.1.2-0.20240604123710-0549667a10ab // indirect
github.com/libdns/libdns v0.2.2 // indirect
github.com/libdns/powerdns v0.1.3 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
Expand All @@ -75,6 +81,7 @@ require (
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/mittwald/go-powerdns v0.6.6 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/onsi/ginkgo/v2 v2.19.1 // indirect
github.com/pires/go-proxyproto v0.7.0 // indirect
Expand Down
Loading

0 comments on commit da1e85e

Please sign in to comment.