feat: init commit with main func

This commit is contained in:
2026-03-15 19:29:27 +03:00
commit 27c03fff46
12 changed files with 974 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module traefik-dns-watcher
go 1.23
require gopkg.in/yaml.v3 v3.0.1