initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-10-24 16:28:53 +02:00
padre 0a41e47b03
commit e0f561de09
Se han modificado 23 ficheros con 2874 adiciones y 6624 borrados

34
config.example.json Archivo normal
Ver fichero

@@ -0,0 +1,34 @@
{
"ovhAccounts": [
{
"id": "account1",
"name": "Main Account",
"appKey": "YOUR_APP_KEY",
"appSecret": "YOUR_APP_SECRET",
"consumerKey": "YOUR_CONSUMER_KEY",
"endpoint": "ovh-eu",
"domains": ["example.com", "example2.com"]
}
],
"ipProviders": [
{
"id": "curlmyip",
"name": "CurlMyIP",
"ipv4Url": "https://api.ipify.org?format=text",
"ipv6Url": "https://api6.ipify.org?format=text",
"enabled": true
},
{
"id": "ifconfig",
"name": "ifconfig.me",
"ipv4Url": "https://ipv4.icanhazip.com",
"ipv6Url": "https://ipv6.icanhazip.com",
"enabled": false
}
],
"autoUpdate": {
"enabled": false,
"checkInterval": 300,
"targetDomains": []
}
}