Update README.md

This commit is contained in:
JamieEC
2020-05-23 00:34:43 +01:00
committed by GitHub
parent f9b2eca8d9
commit a865e5b823

View File

@@ -4,7 +4,7 @@ Simple script to convert IPv4 addresses to 6to4 addresses. See RFC 3056 for det
## How to Use ## How to Use
IPv4 addresses are entered in the form x.x.x.x without a mask or CIDR. Equivalent 6to4 address will be given as output, with prefix. IPv4 addresses are entered in the form x.x.x.x without a mask or CIDR. Equivalent 6to4 address will be given as output, with prefix.
This script must be ran with Python 3 This script must be ran with Python 3 and in the terminal, does not pause when outputting.
This script does not do any input error checking, so expect errors if an incorrect value is entered. This script does not do any input error checking, so expect errors if an incorrect value is entered.