We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7b463 commit e1edca6Copy full SHA for e1edca6
ShadowsocksX/SWBAppDelegate.m
@@ -460,7 +460,7 @@ - (void)toggleSystemProxy:(BOOL)useProxy {
460
}
461
462
- (void)updatePACFromGFWList {
463
- [manager GET:@"https://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt" parameters:nil success:^(AFHTTPRequestOperation *operation, id responseObject) {
+ [manager GET:@"https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt" parameters:nil success:^(AFHTTPRequestOperation *operation, id responseObject) {
464
// Objective-C is bullshit
465
NSData *data = responseObject;
466
NSString *str = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
0 commit comments