rfpludwick / aws-route53-ddns-php-client
A PHP DDNS client for AWS' Route 53.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Language:Go
Requires
- php: >=5.5
- aws/aws-sdk-php: ^3.52
- guzzlehttp/guzzle: ^6.3
- monolog/monolog: ^1.23
Requires (Dev)
This package is not auto-updated.
Last update: 2024-12-17 23:21:52 UTC
README
aws-route53-ddns-client is an AWS Route 53 DDNS client written in Go. If you can run Go, need a DDNS client, and are willing to use AWS Route 53, then this may work for you.
Installation
The recommended installation method is via git
:
git clone https://github.com/rfpludwick/aws-route53-ddns-client
You'll want to copy the following file in the conf/
directory:
cd conf
cp configuration.dist.yaml configuration.yaml
You'll want to fill in the copied YAML file with your own values.
Setup
Make sure you have Go installed and then:
go build .
Usage
If you've built the executable, then just execute it:
./aws-route53-ddns-client
Recommendations
You should consider scheduling a job to run this on a regular basis. I've gone
off the deep end and have this running as a CronJob
in Kubernetes...
Contributing
See CONTRIBUTING.md for more details.