mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-13 20:09:36 +03:00
Upgrade github.com/xtls/reality to f34b4d174342
Fixes https://github.com/XTLS/Xray-core/issues/1712
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package reality
|
||||
|
||||
import (
|
||||
"net"
|
||||
"time"
|
||||
|
||||
"github.com/xtls/reality"
|
||||
@ -8,7 +9,10 @@ import (
|
||||
)
|
||||
|
||||
func (c *Config) GetREALITYConfig() *reality.Config {
|
||||
var dialer net.Dialer
|
||||
config := &reality.Config{
|
||||
DialContext: dialer.DialContext,
|
||||
|
||||
Show: c.Show,
|
||||
Type: c.Type,
|
||||
Dest: c.Dest,
|
||||
|
Reference in New Issue
Block a user