Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions V2RayX/ServerProfile.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ @implementation ServerProfile
- (ServerProfile*)init {
self = [super init];
if (self) {
[self setAddress:@"server.cc"];
[self setAddress:@""];
[self setPort:10086];
[self setUserId:@"00000000-0000-0000-0000-000000000000"];
[self setAlterId:64];
Expand All @@ -24,7 +24,7 @@ - (ServerProfile*)init {
[self setStreamSettings:@{
@"security": @"none",
@"tlsSettings": @{
@"serverName": @"server.cc",
@"serverName": @"",
@"alpn": @[@"http/1.1"],
@"allowInsecure": [NSNumber numberWithBool:NO],
@"allowInsecureCiphers": [NSNumber numberWithBool:NO]
Expand Down