ddns-scripts: remove wrong comment and proto specific behavior
[packages.git] / net / ddns-scripts / files / etc / hotplug.d / iface / 25-ddns
1 #!/bin/sh
2
3 . /usr/lib/ddns/dynamic_dns_functions.sh
4
5 if [ "$INTERFACE" = "wan" ] && [ "$ACTION" = "ifup" ]
6 then
7         start_daemon_for_all_ddns_sections
8 fi
9
10