DDNS
DDNS copied to clipboard
[feature]手动指定域名这个参数,跳过list查询过程,直接更新域名
手动指定的这个参数也在考虑中,这样可以在最低权限下执行。
目前的参数想法
- 完全拆分格式(可直接更新):
sub.domain+main.domain#zoneId#recordId- 正常格式(自动查询list zone和list records):
sub.domain.main.domain- 不需要zoneId,只需要recordId即可:
sub.domain+main.domain##recordId或者full.domain##recordId- 提供zoneId无需ListZone权限:
sub.domain+main.domain#zoneId或者full.domain#zoneId
#号也可能换成~方便命令行或者docker配置文件使用 也可以是展开的object形式
Originally posted by @NewFuture in #490