From da398b4e6835f9d677bc5092053bfe7c10df828f Mon Sep 17 00:00:00 2001 From: Austin Burk Date: Sat, 16 Mar 2019 01:49:39 -0400 Subject: [PATCH] Update README.md --- README.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73a48af..8a58bba 100644 --- a/README.md +++ b/README.md @@ -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 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