不使用DNS,更换域名
This commit is contained in:
parent
496501a76f
commit
a5782c83fd
|
|
@ -179,7 +179,7 @@
|
|||
[self sendExceptionLogWithData:data path:dataPath];
|
||||
}*/
|
||||
|
||||
[self setupHTTPDNS];
|
||||
// [self setupHTTPDNS];
|
||||
|
||||
#ifdef __OPTIMIZE__
|
||||
[AvoidCrash becomeEffective];
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ alpha:1.0]
|
|||
//#define SOCKETPORT @"www.zhangxinyanv5.top"
|
||||
// 云 @"app.ifish7.com"
|
||||
|
||||
static NSString* DOMAIN_NAME =@"app.ifish7.com";
|
||||
static NSString* DOMAIN_NAME =@"app.ifish7.cn";
|
||||
//正式环境
|
||||
#define SOCKETPORT [Define sharedDefine].server
|
||||
#define JIEKOUPORT [[Define sharedDefine] getRealSever]
|
||||
|
|
|
|||
Loading…
Reference in New Issue