Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@minwe
Forked from wen-long/关于 PAC 的书签夹.md
Created October 23, 2016 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minwe/24f8f24608d2f8a39a5c27c86db9e817 to your computer and use it in GitHub Desktop.
Save minwe/24f8f24608d2f8a39a5c27c86db9e817 to your computer and use it in GitHub Desktop.

#关于 PAC 的书签夹

###比较全的 PAC 介绍

  1. http://www.proxypacfiles.com/proxypac/ 入门必看(英文)
  2. http://findproxyforurl.com/ 跟上面的类似(英文)
  3. http://wordpress0.com/2011/06/write-pac-file/ (汉语)内容比较全(尤其是附录)
  4. 代理自动配置 维基百科
  5. https://calomel.org/proxy_auto_config.html Calomel写的的实用性介绍

###深入一些研究 PAC 5. http://www.chinagfw.org/2010/04/pac.html 一种经过优化的 PAC 写法 6. http://chenyufei.info/blog/2012-03-18/pac-and-debug/ PAC 文件及其调试 7. http://www.jslint.com/ js 代码挑骨头 8. http://jsperf.com/find-element-in-obj-vs-array/6 检测 PAC 的效率 9. http://rumkin.com/tools/compression/base64.php Base64 解码 11. https://code.google.com/p/pacparser/ C 和 python 适用的PAC语法分析用库

###黑名单 PAC

  1. https://autoproxy2pac.appspot.com/ 由 GFWlist 生成的黑名单 PAC
  2. clowwindy的高效率pac(推荐)参考把 GFWList 转换成性能更好的 PAC

###用于省心翻墙的白名单PAC

  1. https://www.pandafan.org/pac/index.html(白名单数目 > 9000)查看白名单列表
  2. https://github.com/n0wa11/gfw_whitelist
  3. https://github.com/Leask/Flora_Pac Flora Pac (需要 python )通过抓取 apnic.net 的 IP 数据和 PAC 的 dnsResolve 函数生成 PAC ,所有解析为国外IP的网址均会通过代理,当然前提是使用的 DNS 服务器比较正常,否则不建议使用

作者博客介绍:用 Flora_Pac.py 生成自动翻墙的 pac 文件

###浏览器支持情况

  1. Safari 虽然支持 SOCKS5 代理,但是不支持在 PAC 文件中返回的 SOCKS5,只认 SOCKS
    来源
  2. chrome 支持 SOCKS5 PAC 必须返回 SOCKS5
  3. chrome 建议使用 proxy-switchysharp 的 自动配置 导入PAC文件
  4. chrome 可打开 chrome://net-internals/#proxy查看当前代理是否正常
  5. WIN 下各种浏览器的设置 各个浏览器 PAC 设置方法均不同,具体请参照该页

###WPAD

  1. shadowsocks on openwrt 翻墙方案V2EX
  2. Proxy Automatic Configuration

###借助 PAC 提供翻墙服务的网站(APN_HTTP)(都死贵死贵的)

  1. https://xiegongji.com
  2. http://blog.getqujing.com/
  3. https://www.pandafan.org/
  4. http://theqingyun.com/26/月 CN_JP
  5. http://ppt99.sinaapp.com/10/月,不限流量 CN_FI
  6. https://crolax.com20/月20G

###鲜为人知的使用 PAC 的 hola

###为教育网用户自动生成pac脚本文件 https://code.google.com/p/pac-maker/

###自用PAC https://gist.github.com/wen-long/407cdb190464725892e8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment