rfpludwick/aws-route53-ddns-php-client
Composer 安装命令:
composer require rfpludwick/aws-route53-ddns-php-client
包简介
A PHP DDNS client for AWS' Route 53.
README 文档
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.
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2018-04-04