Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am theharold on github.
* I am vimkp (https://keybase.io/vimkp) on keybase.
* I have a public key ASBdShiQ4Bj-8mGTFhwEhm0X9WSlKSWV9xC-dEbCrVQHAwo
To claim this, I am signing this object:

Key Points

  • It seems likely that Cloudflare's standard tools cannot directly identify unused DNS records over 12 months due to data retention limits.
  • Research suggests using Cloudflare's DNS analytics for recent data (up to 62 days for Enterprise) and Logpush for longer-term logging.
  • The evidence leans toward needing external log storage via Logpush for comprehensive 12-month analysis, if not already set up.

Direct Answer

Understanding Your Needs
You want to find DNS records not used in the last 12 months, and with 3500 entries, this is a significant task. Cloudflare offers tools, but there are limits based on your plan and setup.

@theharold
theharold / openalgo_install_script_nosnap.md
Created August 1, 2025 08:46
OpenAlgo Installation Script (No Snap)

This script installs OpenAlgo without using Snap, setting up a simple HTTP server (no Nginx). It includes security configurations, virtual environment setup, and systemd service creation.

#!/bin/bash

# Colors for output
RED='\033[0;31m'
GREEN='\033[0;32m'
BLUE='\033[0;34m'
YELLOW='\033[1;33m'