about summary refs log tree commit diff
path: root/nix/private-wireguard.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-18feat(ipconverter): add a tool to convert IPv4 to int and vice-versaFranck Cuny4-0/+120
It's sometimes useful to store IPv4 addresses as an integer. This tool helps with the conversion, and also does the reverse conversion. ``` % go ru