EntityDB in JSON format
Go to file
Tristan B. Kildaire cda6e14ed6 Updated prefix allocation format 2021-06-03 10:13:14 +02:00
deavmi Update 'deavmi/networks/deavmi.home.network' 2021-06-03 10:11:54 +02:00
README.md Updated prefix allocation format 2021-06-03 10:13:14 +02:00

README.md

entitydb

EntityDB holds all network allocations and associated information.

Format

Firstly create an entry by creating a directory with your unique username, deavmi/ for example.

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:

[deavmi.home.network]
  # Required network information
  Prefix="fdd2:cbf2:61bd::/48"
  PublicKey=""

  # For network connectivity tests
  RouterIP="fdd2:cbf2:61bd::1"
  NonRouterIP="fdd2:cbf2:61bd::2"