Metadata-Version: 2.1
Name: fugue
Version: 0.0.0
Summary: A thin wrapper around Wireguard, Nginx and Unbound for local site and points management
Author-email: Adrien Czerny <adrien@czerny.fr>
License: GPLv3
Keywords: wireguard,nginx,unbound
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Fugue

A thin wrapper around Wireguard, Nginx, and Unbound (apparently) to allow
opinionated management of sites, services on a local network.

## Run

To test:

```
sudo PYTHONPATH=. TEST=1 python fugue/__init__.py -h
```

## References

* https://www.procustodibus.com/blog/2020/11/wireguard-hub-and-spoke-config
* https://docs.sweeting.me/s/wireguard#
