Skip to content

egor-tensin/wireguard-config

Repository files navigation

WireGuard configuration

Jekyll

Generate WireGuard configuration files. Hosted at https://tensin.name/wireguard-config/.

Easily generate WireGuard client & server configuration for the following connection managers:

Take a look at an example configuration to learn more.

Description

WireGuard is incredibly flexible. For one thing, there's no built-in notion of a "server" and its "clients". However, I believe that there being a central server and a number of clients connected to it is a common use-case. Adding a client might not be easy, since their configuration is typically distributed in a file adhering to a WireGuard-specific format; these files can be tedious to write by hand. This project tries to make this task easier.

Security

This is a static website, so no server-side processing is happening. You can easily verify that your browser doesn't make any requests to any servers using your browser's debugging tools.

Development

This is a static website, built using Jekyll. jekyll-theme is used as the Jekyll theme.

See DEVELOPMENT.md for details.

License

Distributed under the MIT License. See LICENSE.txt for details.