From 19e4b2c3a24ffdb1f18ab87c770e8ebfec14c4d8 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 6 Jan 2017 13:10:18 -0500 Subject: [PATCH] Revert "Remove Iran from censorship circumvention. Current approach isn't sufficient." This reverts commit 374b45146db0644ab7f39c53918a175369e9dffb. --- src/Network/OWSCensorshipConfiguration.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Network/OWSCensorshipConfiguration.m b/src/Network/OWSCensorshipConfiguration.m index 08aaeec03..7c91ec4e8 100644 --- a/src/Network/OWSCensorshipConfiguration.m +++ b/src/Network/OWSCensorshipConfiguration.m @@ -58,6 +58,10 @@ NSString *const OWSCensorshipConfigurationReflectorHost = @"signal-reflector-mee @"+968": @"google.com.om", // UAE @"+971": @"google.ae", + // Iran + // + // There does not appear to be a specific Google domain for Iran. + @"+98": @"google.com", }; }