Giter Club home page Giter Club logo

sudomemodns's Introduction

sudomemoDNS Logo

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

Setup

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.

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 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.

What you'll see when it starts up

+===============================+
|      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

Building on Windows

  • 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

sudomemodns's People

Contributors

meemo avatar sudofox avatar superduperrob avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.