Skip to content

Commit 154f3b8

Browse files
committed
Minor changes
1 parent f70fa15 commit 154f3b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SophiApp/Customisations/CustomisationConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ internal static class CustomisationConstants
215215
internal const string VC_UNINSTALL_ARGS = "/uninstall /passive /norestart";
216216
internal const int _359_RUSSIA_GEOID = 203;
217217
internal const string _359_INTERNET_SETTINGS_PATH = @"Software\Microsoft\Windows\CurrentVersion\Internet Settings";
218-
internal const string _359_ANTIZAPRET_PROXY_LINK = @"https://antizapret.prostovpn.org/proxy.pac";
218+
internal const string _359_ANTIZAPRET_PROXY_LINK = @"https://antizapret.prostovpn.org:8443/proxy.pac";
219219
internal const string _359_AUTO_CONFIG_URL = "AutoConfigURL";
220220
internal const string _362_REDISTRX86_REGISTRY_NAME_PATTERN = "VC,redist.x86,x86";
221221
internal const string _362_VC_REDISTRX86_NAME_PATTERN = "Microsoft Visual C++ 2015-2022 Redistributable (x86)";

src/SophiApp/Customisations/CustomisationOs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static void _100(bool IsChecked)
3434

3535
diagTrack.Stop();
3636
ServiceHelper.SetStartMode(diagTrack, ServiceStartMode.Disabled);
37-
firewallRule.Enabled = false;
37+
firewallRule.Enabled = true;
3838
firewallRule.Action = NetFwTypeLib.NET_FW_ACTION_.NET_FW_ACTION_BLOCK;
3939
}
4040

0 commit comments

Comments
 (0)