A simple, yet powerful web GUI to manage your Wireguard server, powered by Flask.
Linguard is a web GUI designed to manage WireGuard servers with a focus on simplicity and functionality. It leverages Flask to provide users with a clean interface for handling interfaces, peers, traffic data, and network information.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.