Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kioubit/dn42_registry_wizard
A collection of tools to interact with DN42 registry data
https://github.com/kioubit/dn42_registry_wizard
dn42
Last synced: about 1 month ago
JSON representation
A collection of tools to interact with DN42 registry data
- Host: GitHub
- URL: https://github.com/kioubit/dn42_registry_wizard
- Owner: Kioubit
- License: gpl-3.0
- Created: 2024-09-15T12:22:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:04:54.000Z (2 months ago)
- Last Synced: 2024-11-04T14:19:31.452Z (2 months ago)
- Topics: dn42
- Language: Rust
- Homepage:
- Size: 254 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DN42 registry_wizard
A collection of tools to interact with DN42 registry data## Usage
```
Usage: registry_wizardCommands:
roa ROA file generation (various formats)
dns DNS zone file and trust anchor generation (for use with PowerDNS)
object_metadata Object metadata output (JSON format)
graph Object output with forward and backlinks, path between objects, related objects (JSON / graphviz dot format)
hierarchical_prefixes Hierarchical prefix tree output (JSON format)
explorer Start web-based registry explorer (including a ROA file server)
remove Safely remove a list of registry objects along with all their dependencies
mrt_activity Output active ASNs from MRT RIB dumps along with their last seen time
help Print this message or the help of the given subcommand(s)Arguments:
path to registry rootOptions:
-h, --help Print help
-V, --version Print version
```### Build notes
For the default build target, ``musl-gcc`` is required. (``musl`` package on Arch Linux)