mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
parent
a0212490d4
commit
6aa25456f5
2 changed files with 9 additions and 1 deletions
|
@ -81,7 +81,7 @@ class Nameserver < ActiveRecord::Base
|
|||
|
||||
def glue_record_required?
|
||||
return unless hostname? && domain
|
||||
hostname.end_with?(domain.name)
|
||||
DomainName(hostname).domain == domain.name
|
||||
end
|
||||
|
||||
def normalize_attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue