Forums
Toggle Search
Search
Our YouTube channel
Join our Discord!
ModMyForums
Official RSS
Twitter masterfeed
About us
Mobile Nations
Jailbreak iOS
Root Android
CFW your PSVita
Disable macOS SIP
Hackintosh your PC
Build a Smart TV box
PWN your SNES
Android Central
iMore
Windows Central
CrackBerry
MrMobile
Modern Dad
Forums and Discussions
ModMy Forums
Shop
Dev Center
twitter
facebook
youtube
Instagram
rss
discord
About Us
Download App
Contact/Tip Us
Privacy & Terms
CREATE
YOUR
ACCOUNT
ASK A QUESTION
TRENDING:
Forums
Smartphone Forums
iOS
iPhone Modding
Other Carriers (Not ATT or T-Mobile)
Getting the 5.99 tzones to work on the iphone
User Tag List
2007-11-19 02:47 AM
tools
Advanced Search
Show Printable Version
Email this Page…
98
https://forums.modmy.com/showthread.php?t=6700&s=c2530ab8d1bf56b02b8057391d255116&p=40737&viewfull=1#post40737
samihassan
i have tzones 5.99 plan, under APn settings i have, wap.voicestream.com
named my first file proxy.pac
Quote:
function FindProxyForURL(url, host)
{
if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))
return "PROXY 216.155.165.50:8080";
else
return "DIRECT";
}
my 2nd file i renamed perferences.plist or w/e and it looks like this
Quote:
<dict>
<key>Interface</key>
<dict>
<key>DeviceName</key>
<string>ip1</string>
<key>Hardware</key>
<string>com.apple.CommCenter</string>
<key>Type</key>
<string>com.apple.CommCenter</string>
</dict>
<key>Proxies</key>
<dict>
<key>ProxyAutoConfigEnable</key>
<integer>1</integer>
<key>ProxyAutoConfigURLString</key>
<string>file:///private/var/root/proxy.pac</string>
</dict>
<key>com.apple.CommCenter</key>
<dict>
<key>AllowNetworkAccess</key>
<integer>1</integer>
<key>Available</key>
<integer>1</integer>
<key>Setup</key>
<dict>
<key>apn</key>
<string>gprs.qtel</string>
<key>password</key>
<string>gprs</string>
<key>username</key>
<string>gprs</string>
</dict>
<key>Version</key>
<integer>1</integer>
</dict>
</dict>
2007-09-24 12:48 PM
Like
0
1
https://forums.modmy.com/showthread.php?t=6700&s=c2530ab8d1bf56b02b8057391d255116&p=99390&viewfull=1#post99390
jeremyb757
How do you download the proxy.pac to the iphone I am stumped.
2007-11-19 02:47 AM
Like
0
Forums
Smartphone Forums
iOS
iPhone Modding
Other Carriers (Not ATT or T-Mobile)
Getting the 5.99 tzones to work on the iphone
«
Previous Thread
|
Next Thread
»
LINK TO POST COPIED TO CLIPBOARD