2
0
forked from Ivasoft/openwrt

netifd: add a udhcpc.user placeholder script

Document the existence of this feature. This allows the user to execute a script
at each DHCPv4 event. This is useful, for example, as an ad-hoc way to update a
DDNS entry when (and only when) required.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
Rui Salvaterra
2021-03-09 22:22:09 +00:00
committed by Hans Dedecker
parent b4f3d93b5f
commit 130118f7aa
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1 @@
# This script is sourced by udhcpc's dhcp.script at every DHCP event.