« 2004年度 ipcn.org/ipchina.org 总结报告 |
Main
| fd »
January 2, 2005
tempout.vbe 临时打开了 proxy 的出校接口
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。
https://windtear.net/archives/2005/01/02/000543.html
今天看特快很多人说不能出校了 就临时打开了这个接口
发信人: windtear (追求完美 ipcn/ipchina.org windtear.net), 信区: THUExpress 标 题: 发扬风格 没法出校的暂时走我这边吧 发信站: BBS 水木清华站 (Sun Jan 2 21:31:36 2005), 站内
老接口临时开一下 开三天吧
校内帐号没钱的临时出校用 用 ie 的话访问 http://proxy.ipcn.org/tempout.vbe 弹出窗口选打开 完成设置 关掉再重起 ie 即可
用非ie浏览器的 或者自己了解的 可以手工设置代理脚本 见图: http://proxy.ipcn.org/ipcn_proxy_tempout_thu.jpg
-- windtear.net blog & nameserver ipcn.org public use, domain(policy on the road) ipchina.org domain & public use
※ 修改:·windtear 于 Jan 2 21:51:53 修改本文·[FROM: 166.111.154.35] ※ 来源:·BBS 水木清华站 smth.org·[FROM: 166.111.154.35]
----> tempout.vbe strComputer = "." Set StdOut = WScript.StdOut
Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_ strComputer & "\root\default:StdRegProv")
strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Internet Settings" strValueName = "AutoConfigURL" strValue = "http://proxy2.ipcn.org/tempout.pac" oReg.SetStringValue HKEY_CURRENT_USER,strKeyPath,strValueName,strValue
-----> tempout.pac function FindProxyForURL(url, host) { if(isPlainHostName(host)) return "DIRECT"; else if(isInNet(host,"166.111.0.0","255.255.0.0")) return "DIRECT"; else if(isInNet(host,"219.224.96.0","255.255.224.0")) return "DIRECT"; else if(isInNet(host,"219.224.128.0","255.255.128.0")) return "DIRECT"; else return "PROXY proxy2.ipcn.org:1108"; }
-----> [ipcn] 关注已办理离校手续同学的上网问题 (2004-07-13) IPCN简化设置Proxy ([IPCN Proxy] 简化设置与微软代理) (2004-05-09) squid ipcn.pac use URLHash2 of SPS(Super Proxy Script) - remove ipcnauth (2004-04-28)
|
|
Posted by windtear at January 2, 2005 11:19 PM