We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d00915 commit 034f22dCopy full SHA for 034f22d
bin/stealth.pl
@@ -201,8 +201,6 @@ sub check_tld {
201
say STDERR sprintf('checking %s...', $url);
202
my $result = $ua->request(GET($url, connection => 'close'));
203
204
- say STDERR $result->status_line;
205
-
206
if (200 == $result->code && $result->header('content-type') =~ /^application\/(rdap\+)?json/i) {
207
say STDERR sprintf('%s returned an RDAP response!', $url);
208
say STDOUT $tld;
0 commit comments