目录
dependabot[bot]

Bump actions/checkout from 6.0.3 to 7.0.0 (#32)

Bumps actions/checkout from 6.0.3 to 7.0.0.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v6.0.3...v7.0.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Dependabot compatibility
score

Dependabot will resolve any conflicts with this PR as long as you don’t alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

3个月前46次提交

SPF-FLATTENER

This tool flattens the SPF record for a given domain to avoid reaching the 10 DNS lookup cap.

Flags

Flag Required? Type Default Description
domain required string root domain to set SPF record for
initialSPF optional string “” initial SPF record to flatten*
verbose optional bool false if true, print extra debug lines
dryrun optional bool true if false, update existing SPF record with flattened SPF
warn optional bool true if true, compares initial and flattened SPF, warning when different
url optional** string “” url to PATCH updated SPF record
authEmail optional** string “” X-Auth-Email header value
authKey optiona** string “” X-Auth-Key header value

*if not provided, will lookup and use existing SPF record for domain

**unless dryrun is false, then required

Example use cases

Base case: one-time flatten tool, just want to output flattened record:

go run main.go --domain <domain> --warn false

Dynamic update case: update SPF tool that acts without intervention. For example, a cron job that runs:

go run main.go --domain <domain> --initialSPF "<spfRecord>" --dryrun false --warn false --url "<url>" --authEmail "<email>" --authKey "<key>"

Dynamic warning case: recurring check SPF tool that alerts/warns on change. For example, a cron job that runs:

go run main.go --domain <domain> --intialSPF="<spfRecord>" 

Then once someone checks/approves of change, run once:

go run main.go --domain <domain> --initialSPF "<spfRecord>" --dryrun false --warn false --url "<url>" --authEmail "<email>" --authKey "<key>"
关于
191.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号