allow custom configuration for ports and db path

This commit is contained in:
jc 2025-12-31 10:48:02 -05:00
commit 191c6dbdb1
5 changed files with 56 additions and 19 deletions

1
go.mod
View file

@ -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
)