aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinydns/tinydns_domains.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tinydns/tinydns_domains.xml')
-rw-r--r--packages/tinydns/tinydns_domains.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/tinydns/tinydns_domains.xml b/packages/tinydns/tinydns_domains.xml
index e5000ff9..18059469 100644
--- a/packages/tinydns/tinydns_domains.xml
+++ b/packages/tinydns/tinydns_domains.xml
@@ -148,6 +148,20 @@
</rowhelper>
</field>
</fields>
+ <custom_add_php_command>
+ system("touch /tmp/delete");
+ tinydns_custom_php_changeip_command();
+ tinydns_custom_php_install_command();
+ tinydns_create_zone_file();
+ tinydns_setup_ping_items();
+ </custom_add_php_command>
+ <custom_delete_php_command>
+ system("touch /tmp/delete");
+ tinydns_custom_php_changeip_command();
+ tinydns_custom_php_install_command();
+ tinydns_create_zone_file();
+ tinydns_setup_ping_items();
+ </custom_delete_php_command>
<custom_php_resync_config_command>
tinydns_create_zone_file();
tinydns_setup_ping_items();