Update README.md

This commit is contained in:
JamieEC
2020-05-23 00:31:52 +01:00
committed by GitHub
parent 2777490acb
commit 1e756b09c8

View File

@@ -1,2 +1,7 @@
# 6to4_converter # 6to4_converter
Simple script to convert IPv4 addresses to 6to4 addresses. See RFC 3056 for details. Simple script to convert IPv4 addresses to 6to4 addresses. See RFC 3056 for details.
IPv4 addresses are entered in the form x.x.x.x without a mask or CIDR
This script must be ran with Python 3
This script does not do any input error checking, so expect errors if an incorrect value is entered.