mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
comment out notifications
This commit is contained in:
parent
d2e7148f4f
commit
d99330a098
2 changed files with 4 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue