From 45d9617b9502cbecf3439cf25da22435ff39beb9 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 11 Aug 2020 12:31:44 +0000 Subject: [PATCH] Add 'CloudFlare.config.php' --- CloudFlare.config.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CloudFlare.config.php diff --git a/CloudFlare.config.php b/CloudFlare.config.php new file mode 100644 index 0000000..a2d21a6 --- /dev/null +++ b/CloudFlare.config.php @@ -0,0 +1,28 @@ + 'cloudflare.com.danny@spamasaurus.com', + // the email address you use to log into CloudFlare + 'cloudflare_apikey_file' => 'CloudFlare.api.key', + // File containing your CloudFlare token. Get it here: https://www.cloudflare.com/a/account/my-account + + 'domainnames' => ['[@.]spamasaurus.com', '[@.]bessems.eu', '[deschakel.]bessems.eu', '[@.]bessems.com', '[@.]gabaldon.eu', '[@.]gabaldon.nl', '[@.]itch.fyi'], + // List of domains to be updated + // Syntax: + // '[@.]example.com' + // or + // '[subdomain.]example.com' + + 'ttl' => 1, + // a TTL of 1 means "automatic". if you want a fixed TTL, make it >= 120 (seconds) + + 'protocol' => 'ipv4', + // what protocol to use to get the ip address. Possible values: "ipv4", "ipv6", "auto". + + 'auth_token' => '' + // (optional) if set, enable API mode and require this auth_token to set IP + // generate a random string here: + // https://www.random.org/strings/?num=1&len=20&digits=on&upperalpha=on&loweralpha=on&format=plain + ); + +?> \ No newline at end of file