From 5d171e4c5b0e37cd88ab38ca97bb68d1bfd4413c Mon Sep 17 00:00:00 2001 From: Rui Coelho Date: Mon, 29 Jan 2024 23:15:14 +0000 Subject: [PATCH] Add config.ini --- config.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.ini diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..c780a6e --- /dev/null +++ b/config.ini @@ -0,0 +1,11 @@ +auth_email="" # The email used to login 'https://dash.cloudflare.com' +auth_method="" # Set to "global" for Global API Key or "token" for Scoped API Token +auth_key="" # Your API Token or Global API Key +zone_identifier="" # Can be found in the "Overview" tab of your domain +record_name="" # Which record you want to be synced +ttl="3600" # Set the DNS TTL (seconds) +proxy="false" # Set the proxy to true or false +sitename="" # Title of site "Example Site" +slackchannel="" # Slack Channel #example +slackuri="" # URI for Slack WebHook "https://hooks.slack.com/services/xxxxx" +discorduri="" # URI for Discord WebHook "https://discordapp.com/api/webhooks/xxxxx" \ No newline at end of file