Skip to content

richard-strate/str8tech-onedyndns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

str8tech-onedyndns

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.

Modules

Module Description
Client Client library used to manage one.com DNS (via REST API)
App Applications based on clients

Maven

<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>

About

Application used to update DNS records at one.com, eg 'dyndns'

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages