From e98780fd21aeef4daf2d7f8eabdd60cf65ed183c Mon Sep 17 00:00:00 2001 From: Henry Camacho Date: Sun, 5 Feb 2017 21:23:24 -0600 Subject: [PATCH] Documentation to include creating 127.0.0.2 alias --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 500b0cf..c6d9611 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ Build Instructions ------------------ +Create a subinterface: +```bash +sudo ifconfig lo0 alias 127.0.0.2 up +``` +The above creates an alias the code is able to bind against for admin. Admin is still in progress. + Get the dependencies ```bash