Skip to content

Instantly share code, notes, and snippets.

@dariogomez
Last active July 14, 2023 16:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dariogomez/1a84b3a05a6b8b9c8d7f34a1cd319ed7 to your computer and use it in GitHub Desktop.
Save dariogomez/1a84b3a05a6b8b9c8d7f34a1cd319ed7 to your computer and use it in GitHub Desktop.
Mikrotik dyndns scheduler for dynv6.com - Change DOMAIN and TOKEN
/system scheduler
add interval=1m name="dynv6 IP updater" on-event="/tool fetch \
url="https://dynv6.com/api/update?hostname=<DOMAIN.dynv6.net>&token=<TOKEN>&ipv4=auto&ipv6=auto" mode=https" \
policy=read,write,test start-time=startup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment