Thread Schnellster öffentlicher Nameserver meines Standortes (20 answers)
Opened by mixxer at 2017-05-17 01:16

mixxer
 2017-05-23 21:24
#186615 #186615
User since
2016-04-01
25 Artikel
BenutzerIn
[default_avatar]
sudo cpanm install LWP::Protocol::https (1.4kb):
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pi@raspberrypi:/home/pi# sudo cpanm install LWP::Protocol::https
install is up to date. (0.01)
--> Working on LWP::Protocol::https
Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz ... OK
Configuring LWP-Protocol-https-6.07 ... OK
==> Found dependencies: IO::Socket::SSL
--> Working on IO::Socket::SSL
Fetching http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.048.tar.gz ... OK
Configuring IO-Socket-SSL-2.048 ... OK
==> Found dependencies: Net::SSLeay
--> Working on Net::SSLeay
Fetching http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.81.tar.gz ... OK
Configuring Net-SSLeay-1.81 ... OK
Building and testing Net-SSLeay-1.81 ... OK
Successfully installed Net-SSLeay-1.81
Building and testing IO-Socket-SSL-2.048 ... OK
Successfully installed IO-Socket-SSL-2.048
Building and testing LWP-Protocol-https-6.07 ... OK
Successfully installed LWP-Protocol-https-6.07
3 distributions installed


... Danke für deine Hartnäckigkeit!

Auch dies klappt jetzt:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
say "DNS-SERVERLISTE AKTUALISIEREN...";

for ( qw[ de ch at ] ) {

$ax = 'https://www.ungefiltert-surfen.de/nameserver/'.$_.'.txt';
$bx = get $ax;

die "Konnte $ax nicht laden!" unless defined $bx;

push @$list, split( /\n/, $bx."\n" );
}


Damit kann der Teilthread ein Häkchen bekommen..

View full thread Schnellster öffentlicher Nameserver meines Standortes