Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
38 lines (24 loc) · 1.52 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.52 KB

Build Status devDependency Status license

Proxy Auto Config for YZU

Greenkeeper badge

It's a proxy auto config for people in Yuan Ze University, it will select a good route for your network connection, so it can:

  • Save your network traffic (Traffic in the campus will be ignored)
  • Speed up your network performance (Select a "right" proxy server will surely make your network transmission faster)

We use JavaScript Minifier(jscompress.com before 4-5-2014) to minified the proxy.pac,

minified version will not appear on the git repo, and can be downloaded from:

http://proxy.cse.yzu.edu.tw/proxy.pac

PS: To prevent causing strange problems, IP not inside Yuan Ze University will get a DIRECT connect result from: proxy.direct.pac


Development environment requirement:

  • curl
  • GNU sed
  • GNU make
  • nodejs
  • npm
  • Internet
  • text editor

Issue, feedback & pull request are welcome.