allow custom configuration for ports and db path
This commit is contained in:
parent
89f93f6a8b
commit
191c6dbdb1
5 changed files with 56 additions and 19 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module git.juancwu.dev/juancwu/ccretdns
|
|||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/mattn/go-sqlite3 v1.14.32
|
||||
github.com/miekg/dns v1.1.69
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue