aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinydns/tinydns.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tinydns/tinydns.xml')
-rw-r--r--packages/tinydns/tinydns.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml
index 25c43340..5538bfad 100644
--- a/packages/tinydns/tinydns.xml
+++ b/packages/tinydns/tinydns.xml
@@ -223,23 +223,28 @@
tinydns_custom_php_install_command();
tinydns_create_zone_file();
tinydns_setup_ping_items();
+ tinydns_sync_on_changes();
</custom_delete_php_command>
<custom_add_php_command>
tinydns_custom_php_changeip_command();
tinydns_custom_php_install_command();
tinydns_create_zone_file();
tinydns_setup_ping_items();
+ tinydns_sync_on_changes();
</custom_add_php_command>
<custom_php_resync_config_command>
tinydns_custom_php_changeip_command();
tinydns_custom_php_install_command();
tinydns_create_zone_file();
tinydns_setup_ping_items();
+ tinydns_sync_on_changes();
</custom_php_resync_config_command>
<custom_php_install_command>
tinydns_custom_php_install_command();
+ tinydns_sync_on_changes();
</custom_php_install_command>
<custom_php_deinstall_command>
tinydns_custom_php_deinstall_command();
+ tinydns_sync_on_changes();
</custom_php_deinstall_command>
</packagegui>