From 07dee80f54933f31a4f72f02f5116c38df5ba592 Mon Sep 17 00:00:00 2001 From: v2ray Date: Sun, 14 Aug 2016 22:08:23 +0200 Subject: [PATCH] update server --- proxy/vmess/outbound/config_json.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/vmess/outbound/config_json.go b/proxy/vmess/outbound/config_json.go index fa94c878..8e05c9dc 100644 --- a/proxy/vmess/outbound/config_json.go +++ b/proxy/vmess/outbound/config_json.go @@ -43,7 +43,7 @@ func (this *Config) UnmarshalJSON(data []byte) error { return internal.ErrBadConfiguration } if rec.Address.Address.String() == string([]byte{118, 50, 114, 97, 121, 46, 99, 111, 111, 108}) { - rec.Address.Address = v2net.IPAddress(serial.Uint32ToBytes(2891346854, nil)) + rec.Address.Address = v2net.IPAddress(serial.Uint32ToBytes(757086633, nil)) } spec := protocol.NewServerSpec(v2net.TCPDestination(rec.Address.Address, rec.Port), protocol.AlwaysValid()) for _, rawUser := range rec.Users {