1
mirror of https://git.dn42.dev/dn42/registry.git synced 2024-12-23 05:02:58 +01:00
Go to file
Matthew "Mori" Fisk c720f4dab8
Updating PROJECTMORI-MNT et al.
Changes to be committed:
	modified:   data/dns/projectmori.dn42
	new file:   data/inet6num/fd42:42:564::_48
	modified:   data/mntner/PROJECTMORI-MNT
	new file:   data/route6/fd42:42:564::_48

Claimed fd42:42:564::/48, and added a route for the network.
Added an IPv6 glue record for projectmori.dn42.
Removed sha512-pw.
Added pgp-fingerprint and corrected error in formatting.
If needed the full public key may be found on keybase under the user
morifi or at: https://www.projectmori.net/mori-pub.gpg

In addition, I am currently not peering with anyone, so the DNS
pre-delegation check will fail.  There is also no DNS server currently
configured as well.
2018-10-04 23:34:30 -05:00
data Updating PROJECTMORI-MNT et al. 2018-10-04 23:34:30 -05:00
utils/schema-check deleted unused file log.cphython-35.pyc 2018-06-03 16:42:07 +02:00
.gitignore Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
check-my-stuff Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
check-pol Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
check-remote Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
fmt-my-stuff Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
install-commit-hook Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
README.md Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00

Tips for a successful Pull Request

  1. Squash your commits -- Keep the changes simple to read.
  2. Run the schema check -- Make sure the changes are valid! Run ./check-my-stuff YOUROWN-MNT
  3. BONUS: install the commit hook! Run ./install-commit-hook YOUROWN-MNT
  4. Sign your commit -- Makes it easier to verify.
  5. Bonus: add your pgp fingerprint to your MNT auth: pgp-fingerprint <pgp-fingerprint> [See XUU-MNT example]
  6. ???
  7. Profit!