fix #180: add default server name for tls client config

This commit is contained in:
ginuerzh
2023-02-26 13:48:42 +08:00
parent acb8c5bd53
commit fda6214c12
2 changed files with 9 additions and 3 deletions

6
go.mod
View File

@ -6,7 +6,7 @@ replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20
require (
github.com/go-gost/core v0.0.0-20230131100536-f3482d7cd848
github.com/go-gost/x v0.0.0-20230214105357-09ee29091bb8
github.com/go-gost/x v0.0.0-20230226054500-54046d2003ef
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
@ -57,9 +57,9 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pion/dtls/v2 v2.2.4 // indirect
github.com/pion/dtls/v2 v2.2.6 // indirect
github.com/pion/logging v0.2.2 // indirect
github.com/pion/transport/v2 v2.0.0 // indirect
github.com/pion/transport/v2 v2.0.2 // indirect
github.com/pion/udp v0.1.4 // indirect
github.com/pires/go-proxyproto v0.6.2 // indirect
github.com/pkg/errors v0.9.1 // indirect