REST API client for the one.com DNS managment. Also comes with a console application to make use of a 'dyndns' approach, eg run in a script on computer startup to update DNS records with a potentially new IP address of the host.
Module | Description |
---|---|
Client | Client library used to manage one.com DNS (via REST API) |
App | Applications based on clients |
<dependency>
<groupId>com.str8tech.onedyndns</groupId>
<artifactId>str8tech-onedyndns</artifactId>
<version>4</version>
</dependency>
Available via this maven repository:
<repository>
<id>str8tech.repo</id>
<name>Str8Tech Maven2 Repository</name>
<url>https://www.str8tech.com/m2</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>