Files
6to4_converter/README.md
Luke Tainton b2d1d88cb1
All checks were successful
Snyk / security (push) Successful in 44s
Validate PR Title / validate (pull_request) Successful in 2s
CI / ci (pull_request) Successful in 1m26s
gitea
2026-01-04 10:04:12 +00:00

12 lines
277 B
Markdown

# 6to4_converter
## Description
Simple script to convert IPv4 addresses to 6to4 addresses. See RFC 3056 for details.
## How to install
- Clone the repository.
- Run `uv sync`.
## How to use
- Run `uv run python -m app.main --help` for information on how to use this script.