Setup Exosphere / DNS MITM


Exosphere


Create a file named exosphere.ini in the root of your SD card and paste one of these configurations inside the file:

For EmuNAND:

[exosphere]
debugmode=1
debugmode_user=0
disable_user_exception_handlers=0
enable_user_pmu_access=0
blank_prodinfo_sysmmc=0
blank_prodinfo_emummc=1
allow_writing_to_cal_sysmmc=0
log_port=0
log_baud_rate=115200
log_inverted=0

For SysNAND:

[exosphere]
debugmode=1
debugmode_user=0
disable_user_exception_handlers=0
enable_user_pmu_access=0
blank_prodinfo_sysmmc=1
blank_prodinfo_emummc=0
allow_writing_to_cal_sysmmc=0
log_port=0
log_baud_rate=115200
log_inverted=0

DNS MITM


Create a file named default.txt in /atmosphere/hosts/ (the hosts folder won't exist, so make sure to create it)
and paste this in your default.txt file:

1
2
3
4
5
6
# Block Nintendo Servers
127.0.0.1 *nintendo.*
127.0.0.1 *nintendo-europe.com
127.0.0.1 *nintendoswitch.*
95.216.149.205 *conntest.nintendowifi.net
95.216.149.205 *ctest.cdn.nintendo.net

Note:

If you plan to use Atmosphere on SysNAND for online play and EmuNAND for offline play, rename the file to emummc.txt.


⬅️ Go Back 🦝
Edit
Pub: 22 Mar 2021 22:02 UTC
Edit: 25 Jan 2023 09:59 UTC
Views: 340871