Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Anyone up for building an app for DDClient?

Featured Replies

This is a Perl client, so it will require Perl and possibly other Perl modules to be available first.

  • 4 weeks later...

No need for a client, a  simple  bash script will do the job :

  #!/bin/bash

# modified by TasRaison from Jeremy Brent Hansen - Copyright (C) 2006 Jeremy Brent Hansen
# (google it)

# Put below your OpenDNS username, password and networkName. 
# 
username=MyOpenDNSUsername
passwd=MyOpenDNSPwd
hostname=MyOpenDNShostname

# This is where the log file will be stored. Currently it only logs the current IP
# and the response back from OpenDNS. The log will keep one backup. I
# just used a folder in my home directory (make sure the folder exists).
log_dir=/WhereIWantMyLogs/logs

# Revolves the log file. Keeps one backup.
mv $log_dir/log $log_dir/log.1

while [ 1 ]
do

date >> $log_dir/log
/usr/bin/curl -i -m 60 -k -u $username:$passwd 'https://updates.opendns.com/nic/update?hostname='$hostname -silent >> $log_dir/log echo -e "\n" >> $log_dir/log

# Resends the info after 5 minutes. 

# so it only updates when your IP changes.
sleep 600

done

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.