add README.md
This commit is contained in:
parent
e104767f13
commit
c21c47892e
1 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
dyndns-server
|
||||
=============
|
||||
|
||||
`dyndns-server` is a simple self-hosted dynamic DNS API service which can be used
|
||||
together with e.g. AVM FritzBox's DynDNS functionality or
|
||||
[ddclient](https://github.com/ddclient/ddclient). It implements a subset of the
|
||||
API described by
|
||||
[Google Domains](https://support.google.com/domains/answer/6147083?hl=en#zippy=%2Cuse-the-api-to-update-your-dynamic-dns-recordhttps://support.google.com/domains/answer/6147083?hl=en#zippy=%2Cuse-the-api-to-update-your-dynamic-dns-record)
|
||||
and forwards DNS Updates to an authoritive DNS server as per
|
||||
[RFC2136](https://datatracker.ietf.org/doc/html/rfc2136).
|
||||
|
||||
Requirements
|
||||
-------------
|
||||
- `go` for building the `dyndns-server` binary
|
||||
- an authoritive DNS server responsible for the records to be dynamically
|
||||
updated which is capable of RFC2136 (e.g. knot, bind)
|
||||
- `knsupdate` needs to be installed for sending DNS update requests
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
`dyndns-server` will look for a file named `config.toml` inside the current
|
||||
working directory unless a different config path has been supplied via `-config
|
||||
<path to config file>`. For details regarding the configuration file format,
|
||||
please consult `config.example.toml`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue