first commit

This commit is contained in:
2026-03-21 14:00:33 +01:00
parent 6de8fb938e
commit 595720a129
3 changed files with 145 additions and 0 deletions

10
example_config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"ip_server":"https://api.ipify.org",
"dns_endpoint":"https://dns.eu.ovhapis.com/nic/update",
"username":"username",
"password":"password",
"domains":[
"example.com"
],
"delay":3600
}