DN42 Registry
Find a file
Hexawolf a6c9592485
[HEXANET/AS4242423078] Update registry information
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
2020-04-06 08:19:51 +00:00
data [HEXANET/AS4242423078] Update registry information 2020-04-06 08:19:51 +00:00
utils/schema-check Add source attribute 2018-02-13 23:06:43 +01:00
.gitignore add schema checker 2017-10-23 23:45:11 +00:00
check-my-stuff s/realpath/readlink -f/g 2018-01-01 02:53:36 +01:00
check-pol check-pol: use a more compatible shebang 2019-05-08 22:23:33 +02:00
check-remote require fully expanded ipv6 2017-12-11 17:33:55 -07:00
fmt-my-stuff s/realpath/readlink -f/g 2018-01-01 02:53:36 +01:00
install-commit-hook s/realpath/readlink -f/g 2018-01-01 02:53:36 +01:00
README.md readme: fix incorrect href to ulagen.py 2020-03-31 21:07:22 +00:00

Tips for a successful Pull Request

  1. Bonus: Randomly generate IPv6 prefix for new allocations to avoid RFC4193 section 3.2. violation (script)
  2. Squash your commits -- Keep the changes simple to read.
  3. Run the schema check -- Make sure the changes are valid! Run ./check-my-stuff YOUROWN-MNT
  4. BONUS: install the commit hook! Run ./install-commit-hook YOUROWN-MNT
  5. Sign your commit -- Makes it easier to verify.
  6. Bonus: add your pgp fingerprint to your MNT auth: pgp-fingerprint <pgp-fingerprint> [See XUU-MNT example]
  7. ???
  8. Profit!