aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-04-23 12:29:26 +0200
committerAlex Auvolat <alex@adnab.me>2022-04-23 12:29:26 +0200
commit625fd241131d758aa4d2ccd2f71fcaf1d44d574a (patch)
tree31dc759346152e77f70b20a261c1765b115b5067 /README.md
parent4ba13a3fcbbabf2bd41f94f2eff8c50c9c296693 (diff)
downloadtricot-625fd241131d758aa4d2ccd2f71fcaf1d44d574a.tar.gz
tricot-625fd241131d758aa4d2ccd2f71fcaf1d44d574a.zip
Make Tricot available under AGPLv3 license
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9db077d..503b686 100644
--- a/README.md
+++ b/README.md
@@ -67,3 +67,8 @@ Logs are the privileged place to get information about what Tricot is doing. You
- `RUST_LOG=tricot=info`: Tricot will dump the proxy configuration (the set of rules it uses to match backends) each time it changes, and will show a line for each incoming request (but it won't indicate which backend the request was routed to). You will also get information about certificate obtention and renewal using Let's Encrypt.
- `RUST_LOG=tricot=debug`: Tricot will show for each request the backend to which it is routed. It will also show all of its interactions with Consul
- `RUST_LOG=tricot=trace`: Tricot will show details such as the request's headers for all request at all stages of proxying.
+
+
+## License
+
+This software is published under the AGPLv3 license.