mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-07-20 02:18:02 +00:00
feat: bump quic-go version to v0.35.1 (mod wip), change client config format for sni
This commit is contained in:
@@ -54,7 +54,7 @@ func NewServer(config *Config) (Server, error) {
|
||||
|
||||
type serverImpl struct {
|
||||
config *Config
|
||||
listener quic.Listener
|
||||
listener *quic.Listener
|
||||
}
|
||||
|
||||
func (s *serverImpl) Serve() error {
|
||||
|
Reference in New Issue
Block a user