Skip to content

Commit

Permalink
fix: handle the problem that realitySettings config items are not sav…
Browse files Browse the repository at this point in the history
…ed when importing VLESS protocol #59
  • Loading branch information
tzmax committed Nov 9, 2023
1 parent 98b1f93 commit b53967b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion V2RayX/ServerProfile.m
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ - (ServerProfile*)init {
@"grpcSettings": @{
@"multiMode": [NSNumber numberWithBool:NO],
},
@"sockopt": @{}
@"sockopt": @{},
@"realitySettings": @{}
}];
[self setMuxSettings:@{
@"enabled": [NSNumber numberWithBool:NO],
Expand Down

0 comments on commit b53967b

Please sign in to comment.