You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+52-2Lines changed: 52 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,59 @@ to enter in your custom DNS settings.
12
12
First, make sure that your Nintendo DSi is connected to the
13
13
same network as this computer.
14
14
15
-
# Running on Windows
15
+
This is the initial release of sudomemoDNS. Please submit any issues to Sudomemo Support.
16
+
17
+
# Running on Windows:
18
+
19
+
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).
20
+
21
+
# Running on anything else:
22
+
23
+
Required packages (installable by npm): requests, dnslib
24
+
Required Python version: 3+, tested with 3.6
25
+
26
+
sudo <name of your python binary> sudomemoDNS.py
27
+
28
+
# What you'll see when it starts up
29
+
30
+
The following will display when you start it up:
31
+
32
+
+===============================+
33
+
| Sudomemo DNS Server |
34
+
| Version 1.0 |
35
+
+===============================+
36
+
37
+
Hello! This server will allow you to connect to Sudomemo when
38
+
your Internet Service Provider does not work with custom DNS.
39
+
40
+
#### How To Use ####
41
+
42
+
The setup process does not differ from what is shown at
43
+
https://support.sudomemo.net/setup except for the values
44
+
to enter in your custom DNS settings.
45
+
46
+
First, make sure that your Nintendo DSi is connected to the
47
+
same network as this computer.
48
+
49
+
Here are the settings you will put in for DNS on your Nintendo DSi:
50
+
51
+
Primary DNS: XX.XX.XX.XX (NOTE: this value will be unique when you run the program)
52
+
Secondary DNS: 8.8.8.8
53
+
All other settings should match what is shown at the above URL.
54
+
55
+
#### Getting Help ####
56
+
57
+
Need help? Visit our Discord server or check out https://support.sudomemo.net.
58
+
59
+
60
+
When entering your DNS settings, if the Primary DNS is displayed like this (this is an example):
61
+
62
+
192.168.1.7
63
+
64
+
then you can enter it as follows:
65
+
66
+
192.168.001.007
16
67
17
-
Right click on sudomemoDNS_##.exe (the ## will instead show the version number) and click on "Run as administrator".
0 commit comments