Coder Social home page Coder Social logo

pryvkin / inadyn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from troglobit/inadyn

0.0 1.0 0.0 326 KB

Inadyn is a free DDNS client. It makes is possible to have a fixed Internet hostname registered to a dynamic IP address.

License: GNU General Public License v2.0

C 100.00%

inadyn's Introduction

README
======

Inadyn is a simple and small DDNS client written in the C language.  DDNS is a popular
service for Internet users with dynamically allocated IP addresses.

If your ISP provides you with a DHCP or PPPoE/PPPoA connection you risk losing your
IP address every time you reconnect, or in DHCP even when the lease is renegotiated.

By using a DDNS client such as inadyn you can register an Internet name at certain
providers that the DDNS client updates, periodically and/or on demand when your IP
changes.

Inadyn can maintain multiple host names with the same IP address, and has a web based
IP detection which runs well behind a NAT router.

Common DDNS service providers supported by inadyn:

       http://www.dyndns.org
       http://freedns.afraid.org
       http://www.zoneedit.com
       http://www.no-ip.com
       http://www.easydns.com
       http://www.tzo.com
       http://www.3322.org
       http://www.dnsomatic.com
       http://www.tunnelbroker.net, i.e., http://dns.he.net/
       http://www.dynsip.org
       http://www.sitelutions.com

Some of these services are free of charge for non-commercial use, others take a small
fee, but also provide more domains to choose from.

Multiple Accounts Support
=========================
Inadyn supports updating several DDNS servers, several accounts even on different
DDNS providers.  The following example config file illustrates how it can be used.

Feature is courtesy of Christian Eyrich <http://eyrich-net.org/programmiertes.html>

background
verbose 1
logfile /var/log/inadyn.log
pidfile /var/run/inadyn.pid

system [email protected]
username yxxx
password xyxx
period 300
alias yyyy
alias yyyy

system [email protected]
username xxyx
password xxxy
period 300
alias yyyy

inadyn's People

Contributors

pryvkin avatar taem avatar troglobit 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.