coredns
#oss
https://github.com/coredns/coredns
https://github.com/coredns/coredns/blob/master/.github/CONTRIBUTING.md
code: zsh
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt install golang-go -y
make
GitHubでssh接続する手順~公開鍵・秘密鍵の生成から~
issue
https://github.com/coredns/coredns/blob/52b3172b2efffc7e662caf3cb1bb2b0c8743839f/plugin/secondary/setup_test.go#L18
https://github.com/coredns/coredns/blob/52b3172b2efffc7e662caf3cb1bb2b0c8743839f/plugin/secondary/README.md
fix(plugin/secondary): make transfer property mandatory