No description
config | ||
docker | ||
templates | ||
.dockerignore | ||
.gitignore | ||
docker-compose.yml | ||
LICENSE | ||
load.py | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
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
Dedicated VM/LXC/server (recommended)
Install dependencies:
# Debian
apt install python3-poetry wireguard nftables
Install python dependencies :
poetry install