mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
add version output to log
This commit is contained in:
parent
33248f3dec
commit
4ebd85e5d1
3 changed files with 6 additions and 0 deletions
|
@ -165,6 +165,8 @@ func main() {
|
|||
log.SetOutput(&safelog.LogScrubber{Output: logOutput})
|
||||
}
|
||||
|
||||
log.Printf("snowflake-server %s\n", version.GetVersion())
|
||||
|
||||
if !disableTLS && acmeHostnamesCommas == "" {
|
||||
log.Fatal("the --acme-hostnames option is required")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue