syncore / iptoint

A simple IPv4 to integer converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iptoint

iptoint is a very simple tool for converting IPv4 addresses to their integer representation.

Usage

iptoint [-f iplist.txt] <ip1 ip2 ipN>
iptoint 192.168.1.1 8.8.8.8
192.168.1.1 -> 3232235777
8.8.8.8 -> 134744072

About

A simple IPv4 to integer converter


Languages

Language:Go 100.0%