Skip to content

Instantly share code, notes, and snippets.

View Codingjames's full-sized avatar
💭
I may be slow to respond.

Rathapon Thanakhrut Codingjames

💭
I may be slow to respond.
  • Office IT
  • Chingrai
View GitHub Profile
@Codingjames
Codingjames / cf-ddns.rsc
Created May 28, 2024 11:55 — forked from tophrr/cf-ddns.rsc
Mikrotik RouterOS Cloudflare Dynamic DNS Script
# Cloudflare Dynamic DNS update script
# Required policy: read, write, test, policy
# Add this script to scheduler
# Install DigiCert root CA or disable check-certificate
# Configuration ---------------------------------------------------------------------
:local TOKEN "__APITOKEN__"
:local ZONEID "__ZONEIDENTIFIER__"
:local RECORDID "__RECORDIDENTIFIER__"
:local RECORDNAME "__DNSRECORD__"