Skip to content

Instantly share code, notes, and snippets.

View zhanglianbo35's full-sized avatar

GetRighT zhanglianbo35

  • Shanghai
View GitHub Profile
@zhanglianbo35
zhanglianbo35 / curlp.pl
Created March 13, 2018 15:44 — forked from mpcabd/curlp.pl
curl with Proxy auto-config (PAC) files
#!/usr/bin/env perl
# This work is licensed under the GNU Public License (GPLv3).
# To view a copy of this license, visit http://www.gnu.org/copyleft/gpl.html
# To read more about this script go to: http://mpcabd.xyz/using-curl-with-proxy-pac-configuration-files/
use strict;
use warnings;