mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 12:24:32 +04:00
10 lines
139 B
Bash
10 lines
139 B
Bash
#!/bin/sh
|
|
|
|
. /usr/lib/ddns/dynamic_dns_functions.sh
|
|
|
|
if [ "$ACTION" = "ifup" ]; then
|
|
start_daemon_for_all_ddns_sections "$INTERFACE"
|
|
fi
|
|
|
|
|