this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

add support for HTTP/2 and HTTP/1.1 in TLS configuration

pomdtr ea7e3d86 83cb212b

+1
+1
cmd/up.go
··· 206 206 } 207 207 } 208 208 209 + tlsConfig.NextProtos = []string{"h2", "http/1.1"} 209 210 ln, err := getListener(addr, tlsConfig) 210 211 if err != nil { 211 212 return fmt.Errorf("failed to get listener: %v", err)