From 64ff63b6e13bb948da160894a3403cdb8ed2eb86 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 14 Oct 2018 11:31:57 +0200 Subject: Unignore dist for production --- dist/index.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dist/index.html (limited to 'dist/index.html') diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 0000000..933b6aa --- /dev/null +++ b/dist/index.html @@ -0,0 +1,35 @@ + + + + + + CIDR.xyz + + + + + + + + + + + +
+

CIDR.xyzAn interactive IP address and CIDR range visualizer

+

CIDR is a notation for describing blocks of IP addresses and is used heavily in various networking configurations. IP addresses contain 4 octets, each consisting of 8 bits giving values between 0 and 255. The decimal value that comes after the slash is the number of bits consisting of the routing prefix. This in turn can be translated into a netmask, and also designates how many available addresses are in the block.

+
+
+ + + -- cgit v1.3.1