This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document | |
domain('cpan.org') | |
{ | |
html, body, tbody, tr, td, div { background-color: #232323 !important; color: #ccc !important } | |
pre { | |
display: block !important ; | |
background-color: #333333 !important ; | |
border: #777777 solid 0.1em !important ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use LWP::UserAgent; | |
print "Content-type: text/html\n\n"; | |
my $ua = LWP::UserAgent->new; | |
$ua->ssl_opts ({ SSL_version => 'TLSv1_2' }); | |
my $res = $ua->get ('https://tlstest.nochex.com'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Stretchoid are now at Azure. You could block all of Azure and very | |
# little of value would be lost. However, if you fancy being just a | |
# touch more circumspect, here is a list of some of the stretchoid IP | |
# addresses at time of posting | |
4.227.184.154 | |
4.227.185.19 | |
4.236.187.58 | |
4.236.187.59 | |
4.236.187.199 | |
4.236.187.220 |