Skip to content

dclardy64/ddns-update-for-ispconfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ddns-update-for-ispconfig

This php script use ISPConfig 3 Remote API to update an ip in the DNS.

URL Call : http://server/?username=ispcruser&password=ruserpass&hostname=dns&myip=ip

Where :

  • ispcruser : Remote Username in ISPConfig
  • ruserpass : Remote User password in ISPConfig
  • hostname : DNS A entry to update
  • myip : IP

The remote ispconfig username must have

  • DNS Zone function
  • DNS A function

You must update the URL of your ISPConfig Installation in $soap_location and $soap_uri

Sources and ref :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%