This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ - (IBAction)importFromQRCodeV2rayNV2:(id)sender {
548
548
default :
549
549
break ;
550
550
}
551
- if ([sharedServer objectForKey: @" tls" ]|| [sharedServer[@" tls" ] isEqualToString: @" tls" ] ) {
551
+ if ([sharedServer objectForKey: @" tls" ] && [sharedServer[@" tls" ] isEqualToString: @" tls" ]) {
552
552
streamSettings[@" security" ] = @" tls" ;
553
553
}
554
554
newProfile.streamSettings = streamSettings;
Original file line number Diff line number Diff line change 162
162
<key >domain </key >
163
163
<array >
164
164
<string >localhost </string >
165
+ <string >domain:mzstatic.com </string >
166
+ <string >domain:me.com </string >
167
+ <string >domain:lookup-api.apple.com </string >
168
+ <string >domain:itunes.com </string >
169
+ <string >domain:itunes.apple.com </string >
170
+ <string >domain:icloud-content.com </string >
171
+ <string >domain:icloud.com </string >
172
+ <string >domain:cdn-apple.com </string >
173
+ <string >domain:apple-cloudkit.com </string >
174
+ <string >domain:apple.com </string >
175
+ <string >domain:apple.co </string >
176
+ <string >domain:aaplimg.com </string >
177
+ <string >domain:guzzoni.apple.com </string >
165
178
</array >
166
179
</dict >
167
180
<dict >
Original file line number Diff line number Diff line change 1
- VERSION=" v3.38 "
1
+ VERSION=" v3.47 "
2
2
RED=' \033[0;31m'
3
3
GREEN=' \033[0;32m'
4
4
BOLD=' \033[1m'
You can’t perform that action at this time.
0 commit comments