diff options
Diffstat (limited to 'packages/tinydns')
-rw-r--r-- | packages/tinydns/tinydns.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index 8fb761f7..dffa2309 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -111,6 +111,12 @@ tinydns_create_zone_file(); tinydns_setup_ping_items(); </custom_php_resync_config_command> + <custom_delete_php_command> + tinydns_custom_php_changeip_command(); + tinydns_custom_php_install_command(); + tinydns_create_zone_file(); + tinydns_setup_ping_items(); + </custom_delete_php_command> <include_file>/usr/local/pkg/tinydns.inc</include_file> <fields> <field> |