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

13
.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"servers": {
"git": {
"type": "stdio",
"command": "git-mcp-go",
"args": [
"serve",
"D:\\Projects\\DevOps\\traefik-dns-watcher"
]
}
},
"inputs": []
}