#!/bin/sh
 
[ "$ACTION" = "ifup" -a "${INTERFACE%%[0-9]*}" = wan ] && /etc/init.d/ddns apply
