mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-06-23 12:16:58 +08:00
DN42 Registry
![]() Adds RPSLng policy to aut-num object Creates as-set with current peers and transit (future proofs with upstream and downstream) Creates domains: as4242420138.dn42 and neuronet.dn42 Adds redundant nservers to DNS objects Renames inet6num from HARDB1T-NET6 to NEURONET-NET6 and adjusts the description Renames inetnum from HARDB1T-NET to NEURONET-NET Creates the NEURONEt-ORG organization Adds contact information to person object |
||
---|---|---|
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!