Code Monkey home page Code Monkey logo

dynup's Introduction

DynUp

A self-hosted Dynamic DNS server with an accompanying client.

ToDo:

  • Install Database

    • Install SQLite
    • Create credentials
    • Create the hosts table
    • Create the users table
  • MVP of the server

    • Can read the config file
    • Can receive updates from a client
    • Can parse the updates
    • Can write updates to a local database
      • SQLite
    • Can send API queries to a DNS server to update an A record
      • BIND
  • MVP of the client

    • Can read the config file
    • Can send updates to the server
    • Can pass data to the server
      • Hostname
      • Hashed auth string
  • Add features to server

    • Can send basic response codes to client
      • 200 OK
    • Can send advanced response codes to client
      • 200 Updated
      • 201 Created
      • 401 Unauthorized
    • Can perform database cleanups based on the configured lifetime setting
    • Can validate hello requests
    • Can receive updates from other routers
      • Cisco IOS
    • Can talk to additional DNS providers
      • Cloudflare
      • [...]
    • Dockerize the server
    • Add more Database options
      • [...]
    • Can automatically install and configure the database
      • Install
      • Create credentials
      • Create tables
  • Add user documentation

    • Installation
    • Configuration
      • Basic configuration
      • API configuration
        • BIND
        • Cloudflare
        • [...]
  • Add features to client

    • Basic logs
    • Advanced logs
    • Can authenticate hello packets with the server
  • MVP of the TUI frontend

    • Can update the config file
    • Can update the client list
    • Can manually trigger a DB cleanup
  • MVP of the GUI frontend

    • Can update the config file
    • Can update the client list
    • Can manually trigger a DB cleanup

Installation

ToDo

Configuration

Client

ToDo

Server

Linux

ToDo

Docker

ToDo

API

BIND

ToDo

Cloudflare

ToDo

dynup's People

Contributors

dalemaunder avatar

Watchers

 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.