1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

don't check the dns on create if there already is a status

هذا الالتزام موجود في:
Adam Cooke
2017-05-08 16:38:29 +01:00
الأصل 2bde75720c
التزام f023ff0bc1

عرض الملف

@@ -33,7 +33,7 @@ class TrackDomain < ApplicationRecord
scope :ok, -> { where(:dns_status => 'OK')}
after_create :check_dns
after_create :check_dns, :unless => :dns_status
after_create :create_ssl_certificate_if_missing
after_destroy :delete_ssl_certificate_when_not_in_use