Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
rootrdap
Commits
be9b24f7
Unverified
Commit
be9b24f7
authored
Mar 07, 2019
by
Gavin Brown
Browse files
support "removed" TLDs
parent
4b560c29
Pipeline
#28
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rootrdap.pl
View file @
be9b24f7
...
...
@@ -58,7 +58,10 @@ if (!-e $list || stat($list)->mtime <= time()-86400) {
my
@tlds
=
map
{
chomp
;
lc
}
grep
{
/^[A-Z0-9-]+$/
}
read_file
(
$list
);
my
$status
=
{
'
active
'
=>
1
};
my
$status
=
{
'
active
'
=>
1
,
'
removed
'
=>
1
,
};
print
STDERR
"
Generating files
\n
";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment