No description
Find a file
2024-05-03 19:07:09 +02:00
templates first commit 2024-05-02 11:31:34 +02:00
.gitignore first commit 2024-05-02 11:31:34 +02:00
config.toml first commit 2024-05-02 11:31:34 +02:00
LICENSE Add license 2024-05-03 19:07:09 +02:00
load.py Add license 2024-05-03 19:07:09 +02:00
poetry.lock Add license 2024-05-03 19:07:09 +02:00
pyproject.toml Add license 2024-05-03 19:07:09 +02:00
README.md first commit 2024-05-02 11:31:34 +02:00

PolyculeNetwork

PolyculeNetwork is a drop-in solution for infrastructure mutualisation, when subnets to mutualize use the same ip ranges. It is based on nftables, wireguard and python.

Installation

Install dependencies:

# Debian
apt install python3-poetry wireguard nftables

Install python dependencies :

poetry install

Docker