]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - fifos/log.go
WARC
[tofuproxy.git] / fifos / log.go
index 398aa2562f1a2b7b03e06ab4648ceb357f48f39a..0b717a1602a758d995f5ed5b62fa4d437bc30031 100644 (file)
@@ -1,5 +1,5 @@
 /*
-tofuproxy -- HTTP proxy with TLS certificates management
+tofuproxy -- flexible HTTP/WARC proxy with TLS certificates management
 Copyright (C) 2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
@@ -39,6 +39,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) {