Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sudofox authored Mar 16, 2019
1 parent 23d6fae commit da398b4
Showing 1 changed file with 52 additions and 2 deletions.
54 changes: 52 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,59 @@ to enter in your custom DNS settings.
First, make sure that your Nintendo DSi is connected to the
same network as this computer.

# Running on Windows
This is the initial release of sudomemoDNS. Please submit any issues to Sudomemo Support.

# Running on Windows:

Run the .exe provided in this release. You may have to click past a warning from Windows SmartScreen (as it sometimes turns its nose up at applications bundled by PyInstaller) or your firewall (as it needs to listen for DNS requests).

# Running on anything else:

Required packages (installable by npm): requests, dnslib
Required Python version: 3+, tested with 3.6

sudo <name of your python binary> sudomemoDNS.py

# What you'll see when it starts up

The following will display when you start it up:

+===============================+
| Sudomemo DNS Server |
| Version 1.0 |
+===============================+

Hello! This server will allow you to connect to Sudomemo when
your Internet Service Provider does not work with custom DNS.

#### How To Use ####

The setup process does not differ from what is shown at
https://support.sudomemo.net/setup except for the values
to enter in your custom DNS settings.

First, make sure that your Nintendo DSi is connected to the
same network as this computer.

Here are the settings you will put in for DNS on your Nintendo DSi:

Primary DNS: XX.XX.XX.XX (NOTE: this value will be unique when you run the program)
Secondary DNS: 8.8.8.8
All other settings should match what is shown at the above URL.

#### Getting Help ####

Need help? Visit our Discord server or check out https://support.sudomemo.net.


When entering your DNS settings, if the Primary DNS is displayed like this (this is an example):

192.168.1.7

then you can enter it as follows:

192.168.001.007

Right click on sudomemoDNS_##.exe (the ## will instead show the version number) and click on "Run as administrator".

# Building on Windows

Expand Down

0 comments on commit da398b4

Please sign in to comment.