mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-12-04 20:28:31 +08:00
DN42 Registry
Includes commits:
commit e5282e57f2caf08b57e1f1e0a8ecf898a13c858f
Author: fox.cpp <fox.cpp@disroot.org>
Date: Sat Apr 4 16:51:50 2020 +0300
[HEXANET/AS4242423078] Document routing policy in the registry.
commit 4ea20f93330899f068f5b30f3aa501396090cff8
Author: fox.cpp <fox.cpp@disroot.org>
Date: Sat Apr 4 16:51:22 2020 +0300
[HEXANET/AS4242423078] Add remarks block with useful information to ASN object.
commit aba91e1950db34a9cd206fc19e7b297a13614ace
Author: fox.cpp <fox.cpp@disroot.org>
Date: Sun Apr 5 15:02:09 2020 +0300
Reformat as-set object to have exactly 20 columns before values
commit f3d75cef7ede1111a9fa6f318a920f1d2d69805b
Author: fox.cpp <fox.cpp@disroot.org>
Date: Sun Apr 5 10:41:32 2020 +0300
[HEXANET/AS4242423078] Add another peer and unnecessary extra metadata
commit c9207b66ecec9f0c1e3c5f779f49c56945c15a93
Author: fox.cpp <fox.cpp@disroot.org>
Date: Sun Apr 5 10:37:36 2020 +0300
[HEXANET/AS4242423078] Add missing mnt-by/source to as-set
|
||
|---|---|---|
| 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
- 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!