From 19d83bf1ccf5651c139234aad9d6d8ff4be00a5d Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 2 Jun 2021 22:52:15 +0200 Subject: [PATCH] Structure we want --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c531b8..339c297 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # entitydb -EntityDB holds all network allocations and associated information. \ No newline at end of file +EntityDB holds all network allocations and associated information. + +## Format + +Firstly create an entry by creating a directory with your unique username, `deavmi/` for example. + +Inside there you place your network allocations as `deavmi/networkName1`, `deavmi/networkName2` etc. + +An entry for `deavmi/networkName1` looks like this: + +``` +Prefix=ffff::/90 +PublicKey=dfkhjfdhjfhjkk +``` + +Create a directory called `networkName/` and inside of it \ No newline at end of file