mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-12-07 05:38:24 +08:00
DN42 Registry
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. |
||
|---|---|---|
| data | ||
| utils/schema-check | ||
| .gitignore | ||
| check-my-stuff | ||
| check-pol | ||
| check-remote | ||
| fmt-my-stuff | ||
| install-commit-hook | ||
| README.md | ||
Tips for a successful Pull Request
- Squash your commits -- Keep the changes simple to read.
- Run the schema check -- Make sure the changes are valid! Run
./check-my-stuff YOUROWN-MNT - BONUS: install the commit hook! Run
./install-commit-hook YOUROWN-MNT - Sign your commit -- Makes it easier to verify.
- Bonus: add your pgp fingerprint to your MNT
auth: pgp-fingerprint <pgp-fingerprint>[See XUU-MNT example] - ???
- Profit!