mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +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
|
|
|
|
|