(adsbygoogle = window.adsbygoogle || []).push({});
Ok for all you linux fans out there, I have made an app that will remap certain games (All cods and a few others). This program uses dnsmasq and configures it so that it will remap the dev servers to the retail US servers. Just run it from terminal and set your ps3's dns primary to your computer IP and its secondary to 8.8.8.8 and your good to go. I will come out with more bypass "packs" later upon request.
Here is the tar.gz with Bin + Source:
You must login or register to view this content.
BIG THANKS TO PCFREAK30 FOR TEACHING ME HOW TO USE DNSMASQ!!!! VISIT HIS SITE AND REP++ HIM
Here is a tutorial to do this manually (THANKS TO PCFREAK AGAIN).
1. Open up Terminal.
2. Type "sudo apt-get install dnsmasq" (there are other package installers too like aptitute etc, just replace apt-get with your package manager)
3. Once installed type "sudo *text editor here* /etc/dnsmasq.conf"
4. Scroll down to the bottom and add your adress like so:
address=/address=/cod7-ps3-lobby.dev.demonware.net/209.170.69.10
5. You can add other ones just change the ip and domain.