JanUlrich / NsupdateDynDNSClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client for nsupdate.info

Configure

  • In line 9 and 10 set in your hostname and secret for the private fields
private String hostAddress = "yourHostname.nsupdate.info";
private String password = "yourSecret";

Run

  • requires Java 11
  • run in bash:
    • javac NsupdateClient.java
    • java NsupdateClient

About


Languages

Language:Java 100.0%