-
Enter the Nintendo WFC Settings menu, which can be found in any WFC-enabled game.
-
Select "Nintendo Wi-Fi Connection Settings".
-
Set up a new connection if you haven't already done so, then select the connection slot you wish to use.
-
Scroll down and set "Auto-obtain DNS" to "No", then set Primary DNS to
178.62.43.212
and Secondary DNS to0.0.0.0
. Select "OK" to confirm.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// wiring example for ripping a PMW3360 SROM: https://i.imgur.com/EspAlvz.jpeg | |
// set the board to 240mhz or higher for best results (WARNING: higher than 240mhz only works with USB if you overvolt the MCU) | |
// this implements reading SPI mode 3. if you want a different mode, you need to edit these two lines: | |
// uint32_t clockval = (1 << pin_clock); | |
// if (newclock && !clockval && buff_i < buffsize) | |
#include <pico/stdlib.h> | |
#define buffsize 50000 |
# View public IP
- curl -s checkip.dyndns.org | sed 's#.Address: (.)</b.*#\1#'
- wget -qO - icanhazip.com
- curl ifconfig.me
- curl ident.me
- dig +short myip.opendns.com @resolver1.opendns.com
- lynx -dump ifconfig.me | grep 'IP Address'
- curl ipecho.net/plain
- curl bot.whatismyipaddress.com
- curl ipinfo.io