rfpludwick / aws-route53-ddns-php-client
AWS Route 53 的 PHP DDNS 客户端。
v0.1.0
2018-04-04 21:38 UTC
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-09-24 22:21:25 UTC
README
aws-route53-ddns-client 是用 Go 编写的 AWS Route 53 DDNS 客户端。如果您能运行 Go,需要 DDNS 客户端,并且愿意使用 AWS Route 53,那么这可能适合您。
安装
推荐的安装方法是使用 git
git clone https://github.com/rfpludwick/aws-route53-ddns-client
您需要将以下文件复制到 conf/
目录中
cd conf
cp configuration.dist.yaml configuration.yaml
您需要将复制的 YAML 文件填写为您自己的值。
设置
确保您已安装 Go,然后
go build .
用法
如果您已构建了可执行文件,则只需执行它
./aws-route53-ddns-client
推荐
您应该考虑安排一个任务定期运行此操作。我已经超出常规,并将此作为一个在 Kubernetes 中的 CronJob
运行...
贡献
有关更多详细信息,请参阅 CONTRIBUTING.md