yang123vc / ddns-1

A dynamic DNS library in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic DNS library (DDNS)

This is a small C-library for interacting with dynamic DNS (DDNS) services. The goal is to support multiple backend DDNS protocols using a single frontend API.

Requirements

  • autotools
  • csocket library (github.com/erimatnor/csocket)

Install

autoreconf --install
./configure 
make
make install

Contact

Erik Nordström erik.nordstrom@gmail.com

About

A dynamic DNS library in C

License:Apache License 2.0


Languages

Language:C 90.7%Language:M4 8.0%Language:Makefile 1.3%