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
RiiConnect24 DNS Server [](https://github.com/RiiConnect24/DNS-Server/actions)
1
+
WiiLink DNS Server [](https://github.com/WiiLink24/DNS-Server/actions)
2
2
===
3
3
4
-
This DNS Server will run locally on your computer and allow your Wii to connect to RiiConnect24 servers even if your ISP blocks connections to our DNS Server. When you use the DNS on your Wii or with this app, it also enhances the use of services such as Wiimmfi. This tool can also be used as a DNS server for Nintendo DS games.
4
+
This DNS Server will run locally on your computer and allow your Wii to connect to WiiLink servers to use additional services, even if your ISP blocks connections to our DNS Server. When you use the DNS on your Wii or with this app, it also enhances the use of services such as Wiimmfi. This tool can also be used as a DNS server for Nintendo DS games.
5
5
6
6
## Setup
7
7
8
-
Setup process is the same as shown on our guide
9
-
https://wii.guide/riiconnect24
8
+
You will only need to change DNS settings on your console.
10
9
11
-
You will only need to change DNS Settings in your Wii.
12
-
13
-
First, make sure that your Wii is connected to the same network as your computer is.
10
+
First, make sure that your console is connected to the same network as your computer is.
14
11
15
12
**If you use Pi-hole, please see [Setting up Pi-hole](#Setting-up-Pi-hole)**
16
13
17
14
# Running on Windows:
18
15
19
-
Run the .exe provided [on the releases page](https://github.com/RiiConnect24/RiiConnect24-DNS-Server/releases). If your antivirus notifies you about the .exe file, allow it and run it. If it doesn't work, you should also allow communication for this this .exe in your firewall settings.
16
+
Run the .exe provided [on the releases page](https://github.com/WiiLink24/-DNS-Server/releases). If your antivirus notifies you about the .exe file, allow it and run it. If it doesn't work, ensure you have allowed communication for this this .exe in your firewall settings.
20
17
21
18
# Running on Linux/macOS:
22
19
23
-
You will need to install Python 3 and run these commands in the Terminal.
20
+
You will need to install Python 3 and run these commands in the Terminal:
24
21
25
22
> pip install dnslib requests
26
23
27
24
To run it, simply type in:
28
25
29
-
> sudo python3 RiiConnect24-DNS-Server.py
26
+
> sudo python3 DNS-Server.py
30
27
31
28
Replace `python3` with the name/path to your Python binary if necessary
32
29
@@ -40,28 +37,28 @@ If your Wii is connected to the same network as your PC, it will be able to conn
40
37
41
38
<palign="center">
42
39
<imgsrc="https://i.imgur.com/oageZQ3.jpg">
43
-
<i>My local IP Address, yours will be different.</i>
40
+
<i>My local IP Address, yours <b>WILL</b> be different.</i>
44
41
</p>
45
42
46
43
47
44
# Compiling on Windows
48
45
49
-
To compile this app on Windows, you will need to run these two commands (Important: Pyinstaller currently fails to build with Python 3.8, use Python 3.7.5):
46
+
To compile this app on Windows, you will need to run these two commands:
50
47
>pip install dnslib requests pyinstaller
51
48
52
49
Once it's done installing, run:
53
-
>pyinstaller RiiConnect24-DNS-Server.spec
50
+
>pyinstaller DNS-Server.spec
54
51
55
-
| Tip: You may need to edit RiiConnect24-DNS-Server_v1.0.spec so the compiling process works on your computer.
52
+
| Tip: You may need to edit DNS-Server.spec so the compiling process works on your computer.
56
53
57
54
# Setting up Pi-hole
58
55
59
56
On the server running Pi-hole, run the following command:
0 commit comments