Add license

This commit is contained in:
Owen Schwartz
2025-01-04 21:23:14 -05:00
parent e8739b700b
commit 631b2c4645
5 changed files with 697 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Gerbil
Gerbil is a simple WireGuard interface management server written in Go. Gerbil makes it easy to create WireGuard interfaces as well as add and remove peers with an HTTP.
Gerbil is a simple [WireGuard](https://www.wireguard.com/) interface management server written in Go. Gerbil makes it easy to create WireGuard interfaces as well as add and remove peers with an HTTP API.
### Installation and Documentation
@@ -93,8 +93,8 @@ make local
## Licensing
Gerbil is released under the ... license. For inquiries about commercial licensing, please contact us.
Gerbil is dual licensed under the AGPLv3 and the Fossorial Commercial license. For inquiries about commercial licensing, please contact us.
## Contributions
Please see [CONTRIBUTIONS](./CONTRIBUTIONS.md) in the repository for guidelines and best practices.
Please see [CONTRIBUTIONS](./CONTRIBUTING.md) in the repository for guidelines and best practices.