homebrew-core

https://github.com/homebrew/homebrew-core

Ruby

🍻 Default formulae for the missing package manager for macOS

KnotResolver#root_keys

DNSSEC root anchor published by IANA (https://www.iana.org/dnssec/files)

Source | Google | Stack overflow

Edit

git clone [email protected]:homebrew/homebrew-core.git

cd homebrew-core

open Formula/knot-resolver.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-KnotResolver-root_keys-for-pr


# Commit to git

git add Formula/knot-resolver.rbgit commit -m "better docs for KnotResolver#root_keys"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-KnotResolver-root_keys-for-pr

hub pull-request


# Celebrate!