comment out notifications

This commit is contained in:
olegphenomenon 2022-02-09 11:05:23 +02:00
parent d2e7148f4f
commit d99330a098
2 changed files with 4 additions and 4 deletions

View file

@ -50,8 +50,8 @@ class ValidateDnssecJob < ApplicationJob
text = "DNSKEY record of a domain #{domain.name} is invalid. Please fix or contact the registrant."
logger.info text
ContactNotification.notify_registrar(domain: domain, text: text)
ContactNotification.notify_tech_contact(domain: domain, reason: 'dnssec')
# ContactNotification.notify_registrar(domain: domain, text: text)
# ContactNotification.notify_tech_contact(domain: domain, reason: 'dnssec')
end
def validate(hostname:, domain:, type: 'DNSKEY', klass: 'IN')