Skip to content

Commit e1edca6

Browse files
authored
Update gfwlist
1 parent 3b7b463 commit e1edca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShadowsocksX/SWBAppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ - (void)toggleSystemProxy:(BOOL)useProxy {
460460
}
461461

462462
- (void)updatePACFromGFWList {
463-
[manager GET:@"https://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt" parameters:nil success:^(AFHTTPRequestOperation *operation, id responseObject) {
463+
[manager GET:@"https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt" parameters:nil success:^(AFHTTPRequestOperation *operation, id responseObject) {
464464
// Objective-C is bullshit
465465
NSData *data = responseObject;
466466
NSString *str = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];

0 commit comments

Comments
 (0)