Documentation to include creating 127.0.0.2 alias
This commit is contained in:
parent
894bd997a9
commit
e98780fd21
|
@ -3,6 +3,12 @@
|
||||||
Build Instructions
|
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
|
Get the dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue