eldereal

Results 2 issues of eldereal

我在公司账号上用这个工具,账号上有多个域名,我并不想给这个账号FullAccess权限,因此写了一个使用此工具的最小权限策略。可以加到文档里,如果有类似需求可以直接用。 阿里云策略内容: ``` { "Version": "1", "Statement": [ { "Action": [ "alidns:DescribeSubDomainRecords", "alidns:DeleteDomainRecord", "alidns:AddDomainRecord", "alidns:UpdateDomainRecord" ], "Resource": "acs:alidns:*:*:domain/yourdomain.com", "Effect": "Allow" } ] } ```

示例

I searched many issues, but not found a solution. ~~Currently I can set bind port in builder. And it will auto bind to all interfaces. But it will be better...

feat
c-iroh-net