From a3fa9e34ad4a68557f51ba5897c134d7e46a0d80 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Tue, 10 Sep 2019 15:45:16 +0200 Subject: [PATCH] Add IP address and hostname validators. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f52224..fb39d6c 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,8 @@ Covers TCP, DHCP, DNS, VLANs and IPv4/v6. - [Fallacies of Distributed Computing](https://en.wikipedia.org/wiki/Fallacies_of_distributed_computing) - Assumptions that programmers new to distributed applications invariably make. +- [There’s more than one way to write an IP address](https://ma.ttias.be/theres-more-than-one-way-to-write-an-ip-address/) - Some parts of the address are optional, mind the decimal and octal notations, and [don't forget IPv6](https://news.ycombinator.com/item?id=20390981) either. +- [`hostname-validate`](https://github.com/jakeogh/hostname-validate) - An attempt to validate hostnames in Python. ## Phone Numbers