DN42 Registry
Find a file
Hexawolf 1f8dfacdfe
[HEXANET/AS4242423078] Add missing peers
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
2020-05-16 22:14:13 +03:00
data [HEXANET/AS4242423078] Add missing peers 2020-05-16 22:14:13 +03:00
utils/schema-check
.gitignore
check-my-stuff
check-pol
check-remote
fix-infrastructure-objects Change objects based on the draft for the new dns system 2020-05-09 16:34:52 +02:00
fmt-my-stuff
install-commit-hook
README.md

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!