mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Log once a day how many connections had client_ip.
This is a sanity check against any catastrophic failure of our parsing code.
This commit is contained in:
parent
c84e1a2e03
commit
d9e8f8f647
2 changed files with 44 additions and 0 deletions
|
@ -269,6 +269,8 @@ func main() {
|
|||
log.Fatalf("error in setup: %s", err)
|
||||
}
|
||||
|
||||
go statsThread()
|
||||
|
||||
var certManager *autocert.Manager
|
||||
if !disableTLS {
|
||||
log.Printf("ACME hostnames: %q", acmeHostnames)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue