gitea
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

This commit is contained in:
2026-01-04 10:04:12 +00:00
parent 5700a10f08
commit b2d1d88cb1
12 changed files with 262 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
# 6to4_converter [![CI](https://github.com/luketainton/6to4_converter/actions/workflows/merge-to-main.yml/badge.svg?branch=main)](https://github.com/luketainton/6to4_converter/actions/workflows/merge-to-main.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=luketainton_6to4_converter&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=luketainton_6to4_converter)
# 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 `python3 app/main.py --help` for information on how to use this script.
- Run `uv run python -m app.main --help` for information on how to use this script.