diff options
| author | Adnan Maolood <[email protected]> | 2020-10-28 16:50:17 -0400 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2020-10-28 16:50:17 -0400 |
| commit | 66e4dc86d5fbb0143da36456ad5c65f3d5853304 (patch) | |
| tree | ea4631ee6e0e1c7f1773e49957f763b210b2127b /server.go | |
| parent | Fix documentation (diff) | |
| download | archived-go-gemini-0.1.3.tar.xz archived-go-gemini-0.1.3.zip | |
Add optional host argument in examples/client.gov0.1.3
Diffstat (limited to 'server.go')
| -rw-r--r-- | server.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ type responderKey struct { // If no scheme is specified, a default scheme of gemini:// is assumed. // // Wildcard patterns are supported (e.g. *.example.com). -// To register a certificate for a wildcard domain, call Certificates.Add: +// To register a certificate for a wildcard hostname, call Certificates.Add: // // var s gemini.Server // s.Certificates.Add("*.example.com", cert) |