No description
Find a file
2024-07-05 15:59:47 +02:00
config Add dns support 2024-07-05 15:59:47 +02:00
docker Add dns support 2024-07-05 15:59:47 +02:00
templates Add dns support 2024-07-05 15:59:47 +02:00
.dockerignore Add docker 2024-07-04 14:43:27 +02:00
.gitignore first commit 2024-05-02 11:31:34 +02:00
docker-compose.yml Add dns support 2024-07-05 15:59:47 +02:00
LICENSE Add license 2024-05-03 19:07:09 +02:00
load.py Add dns support 2024-07-05 15:59:47 +02:00
poetry.lock Add docker 2024-07-04 14:43:27 +02:00
pyproject.toml Add docker 2024-07-04 14:43:27 +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