Changeset 455 in code for trunk/cmd/soju
- Timestamp:
- Feb 24, 2021, 6:41:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmd/soju/main.go
r449 r455 56 56 log.Fatalf("failed to load TLS certificate and key: %v", err) 57 57 } 58 tlsCfg = &tls.Config{Certificates: []tls.Certificate{cert}} 58 tlsCfg = &tls.Config{ 59 NextProtos: []string{"irc"}, 60 Certificates: []tls.Certificate{cert}, 61 } 59 62 } 60 63
Note:
See TracChangeset
for help on using the changeset viewer.