Update 'README.md'

This commit is contained in:
Tristan B. Kildaire 2021-06-03 10:51:27 +02:00
parent 8afe5d95b4
commit c4941bf917
1 changed files with 10 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Firstly create an entry by creating a directory with your unique username, `deav
### Networks
ALl network declarations are created as seperate files per allocation within `deavmi/networks`. An example would be `deavmi/networks/deavmi.home.network` which must look like this:
All network declarations are created as entries in the file `deavmi/network` as so:
```
[deavmi.home.network]
@ -19,6 +19,15 @@ ALl network declarations are created as seperate files per allocation within `de
# For network connectivity tests
RouterIP="fdd2:cbf2:61bd::1"
NonRouterIP="fdd2:cbf2:61bd::2"
[deavmi.community.network1]
# Required network information
Prefix="fd08:8441:e254::/48"
PublicKey=""
# For network connectivity tests
RouterIP="fd08:8441:e254::1"
NonRouterIP="fd08:8441:e254::2"
```
### Services