Skip to content

Instantly share code, notes, and snippets.

View najdanovicivan's full-sized avatar

Najdanovic Ivan najdanovicivan

View GitHub Profile
@najdanovicivan
najdanovicivan / update_do.sh
Last active August 29, 2020 22:56 — forked from Temikus/update_do.sh
OpenWRT DDNS using DigitalOcean API
# Script for sending user defined updates using DO API
# 2015 Artem Yakimenko <code at temik dot me>
#
# activated inside /etc/config/ddns by setting
#
# option update_script '/usr/lib/ddns/update_do.sh'
#
# the script is parsed (not executed) inside send_update() function
# of /usr/lib/ddns/dynamic_dns_functions.sh
# so you can use all available functions and global variables inside this script