Add event for tracking dyndns changes

This commit is contained in:
Girish Ramakrishnan
2019-01-12 09:58:11 -08:00
parent 172d4b7c5e
commit efbc045c8a
4 changed files with 20 additions and 3 deletions
+2
View File
@@ -48,6 +48,8 @@ exports = module.exports = {
ACTION_USER_REMOVE: 'user.remove',
ACTION_USER_UPDATE: 'user.update',
ACTION_USER_TRANSFER: 'user.transfer',
ACTION_DYNDNS_UPDATE: 'dyndns.update'
};
var assert = require('assert'),