feat: init commit with main func

This commit is contained in:
2026-03-15 19:29:27 +03:00
commit 735e2052e8
13 changed files with 987 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