Compare commits

..
4 Commits
Author SHA1 Message Date
Zeusina aae200eeea fix: 🐛 fixed failed error message on non changes 2026-03-15 21:35:59 +03:00
Zeusina c51e4ea188 feat: implemented token auth 2026-03-15 21:00:42 +03:00
Zeusina 4dbe4da184 feat: add cloudflare auto ttl 2026-03-15 19:34:38 +03:00
Zeusina 735e2052e8 feat: init commit with main func 2026-03-15 19:29:27 +03:00
2 changed files with 16 additions and 2 deletions
+3 -2
View File
@@ -13,8 +13,9 @@ traefik-dns-watcher
.env
.env.local
# IDE settings
.vscode/
# IDE settings (keep MCP config)
.vscode/*
!.vscode/mcp.json
# OS files
.DS_Store
+13
View File
@@ -0,0 +1,13 @@
{
"servers": {
"git": {
"type": "stdio",
"command": "git-mcp-go",
"args": [
"serve",
"D:\\Projects\\DevOps\\traefik-dns-watcher"
]
}
},
"inputs": []
}