Keama needs to be able to correctly fetch BIND 9
Currently, utils/bind.sh
(in all branches) assumes the person compiling the code has git access to ISC's BIND repo.
That utility should use a less intrusive (no login required) mechanism to fetch BIND 9.
Something like:
wget https://gitlab.isc.org/isc-projects/bind9/-/archive/v9_9/bind9-v9_9.tar.gz
instead of the current ssh(?) mechanism.
Since we are announcing and evangelizing keama, we need a better mechanism for prospective users.