20 lines
399 B
Markdown
20 lines
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
|