Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosrc committed Sep 27, 2023
1 parent 4871fb5 commit 0979b5a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# dnsupdater
# dnsupdater for Gandi LiveDNS API

[![Java CI with Gradle](https://github.com/mirkosrc/dnsupdater/actions/workflows/gradle-ci-build.yml/badge.svg)](https://github.com/mirkosrc/dnsupdater/actions/workflows/gradle-ci-build.yml)


*This application retrieves the external IP address of your router, which is updated frequently by the internet service provider and tells it to your DNS provider.*
*This Spring Boot application calls the Fritz!Box API via SOAP, which returns
the external IP address of your Fritz!Box Router and updates the DNS record using the Gandi LiveDNS API
https://api.gandi.net/docs/livedns/*


# Instructions
1. Build jar with `./gradlew bootJar`.
Expand All @@ -25,8 +28,7 @@ ExecStart=/home/someone/ipSpring.sh SuccessExitStatus=143
WantedBy=multi-user.target
```

The Spring Boot application calls the Fritz!Box API via SOAP, which returns
the external IP address of your Fritz!Box Router.


### Optional:
Using an external configuration file:
Expand Down

0 comments on commit 0979b5a

Please sign in to comment.