ipac icon indicating copy to clipboard operation
ipac copied to clipboard

A pure web server for Proxy auto-config(pac)file

Results 2 ipac issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

【请教】 你好,鉴于现在被封的网站太多,有些网站即使未被封也速度很慢,所以希望能够在PAC中自动判断访问的域名或者IP是否属于大陆,如果不是,则走代理。 在[SpechtLite](https://github.com/zhuhaow/SpechtLite)项目中,可以通过配置文件来判断访问地址所属国家是否是大陆 ` \# Reject requests based on the IP address of the host. file: ~/.SpechtLite/rejectiprange adapter: reject - type: country \# When the location is unknown. Usually this...