Updated entity db tutorial

This commit is contained in:
Tristan B. Velloza Kildaire 2021-06-03 10:51:05 +02:00
parent 7416573183
commit 64f42fb24d
1 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Entity DB
=========
EntityDB holds all network allocations and associated information. All this must be done on this repository: https://codeberg.org/CRXN/entitydb/
EntityDB holds all network allocations and associated information. All this must be done on this repository: https://codeberg.org/CRXN/entitydb/ or you can send an email to (TODO: add rany's email).
## Format
@ -9,7 +9,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]
@ -20,6 +20,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