手动指定的这个参数也在考虑中,这样可以在最低权限下执行。
目前的参数想法
- 完全拆分格式(可直接更新):
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
手动指定的这个参数也在考虑中,这样可以在最低权限下执行。
Originally posted by @NewFuture in #490