mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Import tld nameservers #2726
This commit is contained in:
parent
4e03a65e8d
commit
b9a7f63d75
4 changed files with 248 additions and 2 deletions
|
@ -46,7 +46,7 @@ namespace :zonefile do
|
|||
SELECT concat(d.name_puny, '. IN NS ', ns.hostname, '.')
|
||||
FROM domains d
|
||||
JOIN nameservers ns ON ns.domain_id = d.id
|
||||
WHERE d.name LIKE include_filter AND d.name NOT LIKE exclude_filter
|
||||
WHERE d.name LIKE include_filter AND d.name NOT LIKE exclude_filter OR d.name = i_origin
|
||||
ORDER BY d.name
|
||||
),
|
||||
chr(10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue