This server will allow you to connect to Sudomemo when your Internet Service Provider does not work with custom DNS.
The setup process does not differ from what is shown at https://flipnot.es/setup except for the values to enter in your custom DNS settings.
First, make sure that your console is connected to the same network as this computer.
Please submit any issues to Sudomemo Support.
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).
Required packages are installable with the following command:
sudo python3 -m pip install -r requirements.txt
Required Python version: 3.6+, tested with 3.9.9
sudo python3 sudomemoDNS.py
Note: python3
is assumed to be the name of your python binary, if it is not then it will need to be substituted with the name and/or path of your binary.
+===============================+
| Sudomemo DNS Server |
| Version 1.2.1 |
+===============================+
== Welcome to sudomemoDNS! ==
This server will allow you to connect to Sudomemo when your Internet Service Provider does
not work with custom DNS.
== How To Use ==
First, make sure that your console is connected to the same network as this computer.
Then, put these settings in for DNS on your console:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Primary DNS: XXX.XXX.XXX.XXX (NOTE: This value will be unique when you run the program)
Secondary DNS: 008.008.008.008
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
== Getting Help ==
Need help? Visit our Discord server or check out https://support.sudomemo.net
-
Install Python 3.6+ (preferably 3.9). Make sure to install the x86 version for 32 bit targets.
-
Install all requirements via the following command as an administrator
python -m pip install -r requirements.txt nuitka zstandard
- Run the following (answer yes to any prompts):
python -m nuitka --standalone --onefile --windows-icon-from-ico=sudomemoDNS_icon.ico -o sudomemoDNS.exe sudomemoDNS.py
- Run
sudomemoDNS.exe