Files
6to4_converter/README.md
2022-04-30 13:11:06 +01:00

11 lines
428 B
Markdown

# 6to4_converter [![CI](https://github.com/luketainton/6to4_converter/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/luketainton/6to4_converter/actions/workflows/ci.yml)
## Description
Simple script to convert IPv4 addresses to 6to4 addresses. See RFC 3056 for details.
## How to install
- Clone the repository.
## How to use
- Run `python3 app/main.py --help` for information on how to use this script.