X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=fifos%2Flog.go;h=0b717a1602a758d995f5ed5b62fa4d437bc30031;hb=0c0a261a6ef4fddfc34a9150005f7964cc69c420;hp=398aa2562f1a2b7b03e06ab4648ceb357f48f39a;hpb=30dad51e496a127b1e78c52d70065a4db4da8f55;p=tofuproxy.git diff --git a/fifos/log.go b/fifos/log.go index 398aa25..0b717a1 100644 --- a/fifos/log.go +++ b/fifos/log.go @@ -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 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) {