164c49b2bf4375b39a5832de26bda1e56a859592
All checks were successful
Snyk / security (push) Successful in 31s
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 --helpfor information on how to use this script.
Description