mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-02-06 08:15:44 -05:00
init tls test
This commit is contained in:
15
testing/scenarios/tls_test.go
Normal file
15
testing/scenarios/tls_test.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package scenarios
|
||||
|
||||
import (
|
||||
"v2ray.com/core"
|
||||
v2net "v2ray.com/core/common/net"
|
||||
)
|
||||
|
||||
var clientConfig = &core.Config{
|
||||
Inbound: []*core.InboundConnectionConfig{
|
||||
{
|
||||
PortRange: v2net.SinglePortRange(pickPort()),
|
||||
ListenOn: v2net.NewIPOrDomain(v2net.LocalHostIP),
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user