Giter Site home page Giter Site logo

dyndns's Introduction

dyndns

Non-polling dynamic DNS utility for linux.

dyndns is a utility for linux that will listen for IP address changes on an interface, and display them or use them to fetch a website.

Requirements

The only requirement is libcurl.

Usage

dyndns [-v] [-46] [--allow-private] <interface> [URL]

If called with one option, dyndns will print new IP addresses to stdout.

If called with two it will GET the address specified by URL, substituting the pattern <ipaddr> for the new IP address. The pattern may occur zero or more times.

If neither -4 nor -6 is specified, it will listen for both IPv4 and IPv6 addresses, otherwise it will react only to the specified one. Both may be explicitly specified.

If --allow-private is specified, it will also react to private IPv4 addresses (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and IPv6 Unique Local Addresses (fc00::/7), otherwise these will be ignored.

-v adds some additional verbosity, but doesn't really do much.

dyndns's People

Contributors

kwohlfahrt avatar

Stargazers

Tobias Müller avatar

Watchers

James Cloos avatar  avatar  avatar

dyndns's Issues

deprecated addresses used

Sometimes an interface is configured with an address that is marked as deprecated, this can be seen with ip addr. These are treated as a normal address, instead they should be (optionally) ignored.

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.