mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-12-05 04:38:27 +08:00
DN42 Registry
Contains following (squashed) commits:
commit d9cfd56cc1b8f3b37048d1f6387eb268feb87015
Author: fox.cpp <fox.cpp@disroot.org>
Date: Mon May 11 21:33:07 2020 +0300
[HEXANET/AS4242423078] Drop locations block from aut-num object
Practice shows it is not being kept up-to-date.
commit 3eabb884dff0a22c0bf07d9caf9cf35216f92bf9
Author: fox.cpp <fox.cpp@disroot.org>
Date: Mon May 11 21:31:25 2020 +0300
[HEXANET/AS4242423078] Add missing peers to as-set
|
||
|---|---|---|
| data | ||
| utils/schema-check | ||
| .gitignore | ||
| check-my-stuff | ||
| check-pol | ||
| check-remote | ||
| fix-infrastructure-objects | ||
| fmt-my-stuff | ||
| install-commit-hook | ||
| README.md | ||
Tips for a successful Pull Request
- Bonus: Randomly generate IPv6 prefix for new allocations to avoid RFC4193 section 3.2. violation (script)
- 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!