Add uTLS client

This commit is contained in:
世界 2022-09-10 10:27:00 +08:00
parent 3ad4370fa5
commit 2f437a0382
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
15 changed files with 331 additions and 44 deletions

View file

@ -26,7 +26,7 @@ type STDServerConfig struct {
watcher *fsnotify.Watcher
}
func NewServer(ctx context.Context, logger log.Logger, options option.InboundTLSOptions) (ServerConfig, error) {
func newSTDServer(ctx context.Context, logger log.Logger, options option.InboundTLSOptions) (ServerConfig, error) {
if !options.Enabled {
return nil, nil
}