GithubHelp home page GithubHelp logo

fbion / ddns6 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vfreex/ddns6

0.0 0.0 0.0 60 KB

DDNS6 - One dynamic DNS client for multiple hosts

License: GNU General Public License v3.0

Makefile 8.22% Rust 91.78%

ddns6's Introduction

DDNS6 - One dynamic DNS client for multiple hosts

DDNS6 is a dynamic DNS client for updating dynamic DNS entries for multiple hosts.

Note: The project is currently in an early stage of development. Don't use in production!

DDNS6 supports updating dynamic DNS entries for accounts on many dynamic DNS services. It has the following great advantages:

  • Built for IPv4/IPv6 dual-stack.
  • One instance for multiple hosts. DDNS6 supports configuring address prefix and suffix separately and combining them together to batch update dynamic DNS entries for multiple hosts.
  • Cross-platform. Running on Linux, OpenWrt/LEDE, EdgeOS/Vyatta, Windows, and macOS.
  • Great performance with low resource cost by being native and using asynchronous I/O.

Getting Started

Build

$ cargo build --release

The resulting binary is at ./target/release/ddns6.

Configuration

NOTE: As of this writing, only he.net provider is supported.

This is a simple example: The domain name 1.example.com is hosted on https://dns.he.net. The IPv4 address is obtained from web, and IPv6 address is a combination of prefix from local interface br0 and suffix of static value ::1.

# config/ddns6.toml
[[entries]]
hostname="1.example.com"
username="1.example.com"
password="your-password"
provider="he.net"
ipv4={web="_"}
ipv6=[{addr={dev="br0"}, len=64}, "::1"]

Run

./ddns6

Current version of DDNS6 updates the DNS records for domain names every 5 minutes.

ddns6's People

Contributors

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