Skip to content

Instantly share code, notes, and snippets.

View atirut-w's full-sized avatar
💭
wawawawawawawa

Atirut Wattanamongkol atirut-w

💭
wawawawawawawa
View GitHub Profile
@atirut-w
atirut-w / update-cloudflare.py
Created January 16, 2026 11:52
Cloudflare DNS Updater
#!/usr/bin/env python3
"""
This script updates Cloudflare DNS A records for specified domains to point to
the current public IP address of the machine running the script. If a domain
does not have an existing A record, it creates one.
"""
import requests
from typing import List, Optional