From fa63f3c735f381ca480a879f382fe0b68e1d16cc Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 21 Sep 2024 13:26:56 +0200 Subject: Reduce old srcs --- old/index.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 old/index.html (limited to 'old/index.html') diff --git a/old/index.html b/old/index.html new file mode 100644 index 0000000..ae027a6 --- /dev/null +++ b/old/index.html @@ -0,0 +1,40 @@ + + + + + + + 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.

+
+
+ + + + \ No newline at end of file -- cgit v1.3.1