Skip to content

Commit

Permalink
Small documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stecklars committed May 30, 2018
1 parent d3652f3 commit 0a94f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*This project is not affiliated with the company netcup GmbH. Although it is developed by an employee, it is not an official client by netcup GmbH and was developed in my free time.*
*netcup is a registered trademark of netcup GmbH, Karlsruhe, Germany.*

**A simple dynamic DNS client written in PHP for use with the netcup domain API.**
**A simple dynamic DNS client written in PHP for use with the netcup DNS API.**

## Requirements
* Be a netcup customer: https://www.netcup.de – or for international customers: https://www.netcup.eu
Expand All @@ -22,7 +22,7 @@
* Support for domain root and wildcard / specific subdomains at the same time
* Creation of DNS record, if it doesn't already exist
* Hiding output (quiet option)
* Caching the IP provided to netcup DNS, to avoid running into (currently not existing) rate limits in the domain API
* Caching the IP provided to netcup DNS, to avoid running into (currently not existing) rate limits in the DNS API
* Add fallback API for determining public IP address, in case main API does return invalid / no IP address
* Probably a lot more :grin: – to be continued...

Expand Down

0 comments on commit 0a94f40

Please sign in to comment.