Skip to content

Instantly share code, notes, and snippets.

@frosty024
frosty024 / ddns_updater.rsc
Last active May 31, 2024 21:31 — forked from luispaulorsl/ddns_updater.rsc
Mikrotik/RouterOS Script to update DDNS on No-IP (noip.com)
# No-IP DDNS Updater
# http://www.noip.com/integrate/
:global publicIP;
:global abortUpdate;
:if ([:typeof $abortUpdate] != "bool") do={
:set $abortUpdate false;
}