fix quic config

This commit is contained in:
ginuerzh
2022-11-03 21:30:01 +08:00
parent 76fbcb2046
commit 30d44c7376
31 changed files with 218 additions and 138 deletions

View File

@ -7,7 +7,7 @@ import (
)
type hostsRegistry struct {
registry
registry[hosts.HostMapper]
}
func (r *hostsRegistry) Register(name string, v hosts.HostMapper) error {