first commit

This commit is contained in:
wn6
2026-08-03 22:54:26 +07:00
commit 77be43d552
2 changed files with 169 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"domains": [
"example.com",
"example.net"
],
"check_interval_minutes": 60,
"smtp": {
"host": "smtp.gmail.com",
"port": 587,
"use_tls": true,
"username": "your_account@gmail.com",
"password": "app_password_here",
"from": "your_account@gmail.com",
"to": [
"your_account@gmail.com"
]
}
}