aboutsummaryrefslogtreecommitdiff
path: root/tools/ipconverter/ipconverter.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-17ref(tools/python): make mypy happyFranck Cuny1-5/+8
2022-10-04ref(tools/ipconverter): rewrite the tool in pythonFranck Cuny1-0/+29
No need to do this with Go, a python script is fine. We also don't need to set shell aliases for this: when we install the tool, we can create symbolic links to `ip2int` and `int2ip`.