# Dynamic DNS provider specific settings. # # Supported service types are: # dhs dyndns dyndns-static dyns easydns gnudip # heipv6tb justlinux ods pgpow tzo # SERVICE_TYPE='dyndns' USER='dyndns_username' PASS='dyndns_password' HOST='dyndns.hostname.com' # Update configuration file sed -i -e "s/^service-type=.*/service-type=$SERVICE_TYPE/" /etc/ez-ipupdate.conf sed -i -e "s/^user=.*/user=$USER:$PASS/" /etc/ez-ipupdate.conf sed -i -e "s/^host=.*/host=$HOST/" /etc/ez-ipupdate.conf