]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - fifos/log.go
gemini:// support
[tofuproxy.git] / fifos / log.go
index 398aa2562f1a2b7b03e06ab4648ceb357f48f39a..b5308c84a92fe0abded01de05ef48d850729c2d6 100644 (file)
@@ -1,5 +1,6 @@
 /*
-tofuproxy -- HTTP proxy with TLS certificates management
+tofuproxy -- flexible HTTP proxy, TLS terminator, X.509 certificates
+             manager, WARC/Gemini browser
 Copyright (C) 2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
@@ -39,6 +40,7 @@ var (
        LogTLS      = make(chan string)
        LogTLSAuth  = make(chan string)
        LogVarious  = make(chan string)
+       LogWARC     = make(chan string)
 )
 
 func logger(c chan string, p string) {