兩行程式碼 寫個代理

bulletming發表於2019-05-14
#!/usr/bin/perl
use HTTP::Proxy;
# initialisation
my $proxy = HTTP::Proxy->new( host => '172.23.140.208', port => 7788 );
# this is a MainLoop-like method
$proxy->start;

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/82392/viewspace-231074/,如需轉載,請註明出處,否則將追究法律責任。

相關文章