No description
Find a file
lare bee8ecd06f [hotfix][nodes] only use ASn in interface name
- it is only 15 chars by default (change requires kernel recompile)
- thanks to @famfo for have a long mntner name
2023-01-21 11:32:17 +01:00
.vscode [node] implement everything... 2022-12-21 21:21:57 +01:00
nodes [hotfix][nodes] only use ASn in interface name 2023-01-21 11:32:17 +01:00
web [hotfix][nodes] only use ASn in interface name 2023-01-21 11:32:17 +01:00
.gitignore update kverify to use new api scheme 2022-12-10 11:42:31 +01:00
installation.md [docs] add some installation instructions 2023-01-16 16:59:19 +01:00
README.md removr "todo"s in readme 2023-01-19 15:49:50 +01:00

lare's autopeering implementation

This is my (LARE-MNT) implementation of an auto peering system

It consists of two parts:

  1. the "server"
    • handling user auth (via kioubit)
    • add/edit/delete peerings
    • communicate new/update peerings with nodes
  2. the "nodes daemon"
    • reveives new/updated peering configs from the "server"

Installation

see installation.md