对此文档有任何建议,请发信至:[email protected]通常情况下,仅仅带“套”访问被封锁的网站本身安全的。但是,即便带着“套”在网上随意发言也依然并不是安全的,因为你的计算机上的某些其它设置可能依然可能暴露你的身份。另外,千万不要用带“套”访问支付网站,因为这样做可能会中途泄露你的帐号密码。
文档目录
浏览至http://www.emule.com,下载并安装emule或者emule plus。当emule连接至网络之后,选择搜索功能,搜索“vidalia-bundle”,即可找到大量下载资源。
"Brick walls are there for a reason. They let us prove how badly we want things." So said Carnegie Mellon Professor Randy Pausch in his final lecture
Option ExplicitDim objShell, objDesktop, objLink, WshShell, WshSysEnvDim strApp, strAppProfile, strWorkDir, strIconPath, strUserHome, strHomeDrive, strTorFolderDim filesys, torcf'create firefox shortcutset filesys = CreateObject ("Scripting.FileSystemObject")strWorkDir = filesys.GetAbsolutePathName(".")strApp = strWorkDir & "\firefox.exe"strAppProfile = " -profile " & Chr(34) & strWorkDir & "\defaults\profile" & Chr(34)strIconPath = strApp & ", 2"Set objShell = CreateObject("WScript.Shell")objDesktop = objShell.SpecialFolders("Desktop")Set objLink = objShell.CreateShortcut(objDesktop & "\Mozilla Firefox.lnk")objLink.TargetPath = strAppobjLink.Arguments = strAppProfileobjLink.IconLocation = strIconPathobjLink.WorkingDirectory = strWorkDirobjLink.Description = "Mozilla Firefox Customized"objLink.HotKey = ""objLink.WindowStyle = 1objLink.SaveWScript.Quit
C:\Users\username\AppData\Roaming\Vidalia\torrc
C:\Users\username\AppData\Roaming\Vidalia\
SocksListenAddress 127.0.0.1
SocksListenAddress 0.0.0.0
listen-address 127.0.0.1:8118
listen-address 0.0.0.0:8118
192.168.0.100:9050
192.168.0.100:8118
function FindProxyForURL(url, host){host=host.toLowerCase();if (dnsDomainIs(host,"youtube.com")||dnsDomainIs(host,"ytimg.com")||dnsDomainIs(host,"twitter.com")||dnsDomainIs(host,"facebook.com")||dnsDomainIs(host,"fbcddn.net"))return "PROXY 127.0.0.1:8118";elsereturn "DIRECT";}
欢迎光临 ::电驴基地:: (https://www.cmule.com/) | Powered by Discuz! 6.0.0 |