polycule-network/README.md
2024-05-02 11:31:34 +02:00

20 lines
No EOL
399 B
Markdown

# 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
```
### Docker