feat: implement DNS server
This commit is contained in:
parent
deaad3f695
commit
225057c6e9
2 changed files with 76 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -4,6 +4,8 @@ go 1.20
|
|||
|
||||
require (
|
||||
github.com/caddyserver/caddy/v2 v2.6.4
|
||||
github.com/mholt/acmez v1.1.0
|
||||
github.com/miekg/dns v1.1.50
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue