From b1fac31551d6a6ef2fbf68cdbbd8d5c21518b899 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 14 May 2018 11:10:01 +0800 Subject: [PATCH] cidr: update layout --- cidr.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cidr.md b/cidr.md index 9c17f1dfb..699cf931d 100644 --- a/cidr.md +++ b/cidr.md @@ -1,8 +1,12 @@ --- title: CIDR category: Misc +layout: 2017/sheet +updated: 2018-05-14 --- +### CIDR ranges + | Range | First IP | Last IP | | --- | --- | --- | | **10.0.0.0/24** | 10.0.0.0 | 10.0.0.255 | @@ -10,6 +14,6 @@ category: Misc | **10.0.0.0/8** | 10.0.0.0 | 10.255.255.255 | | **0.0.0.0/0** | (all) | (all) | -## Resources +### Resources -- [CIDR range calculator](http://ipaddressguide.com/cidr#range) +- [CIDR range calculator](http://ipaddressguide.com/cidr#range) _(ipaddressguide.com)_