diff --git a/ShadowsocksX/SWBAppDelegate.m b/ShadowsocksX/SWBAppDelegate.m
index 5f21a5e2..7702409a 100644
--- a/ShadowsocksX/SWBAppDelegate.m
+++ b/ShadowsocksX/SWBAppDelegate.m
@@ -460,7 +460,7 @@ - (void)toggleSystemProxy:(BOOL)useProxy {
}
- (void)updatePACFromGFWList {
- [manager GET:@"https://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt" parameters:nil success:^(AFHTTPRequestOperation *operation, id responseObject) {
+ [manager GET:@"https://github.com/gfwlist/gfwlist/raw/master/gfwlist.txt" parameters:nil success:^(AFHTTPRequestOperation *operation, id responseObject) {
// Objective-C is bullshit
NSData *data = responseObject;
NSString *str = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];