diff --git a/src/ServerManager.Common/CommonConfig.Designer.cs b/src/ServerManager.Common/CommonConfig.Designer.cs index e63dfc62..c12d358a 100644 --- a/src/ServerManager.Common/CommonConfig.Designer.cs +++ b/src/ServerManager.Common/CommonConfig.Designer.cs @@ -12,7 +12,7 @@ namespace ServerManagerTool.Common { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.2.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.3.0.0")] public sealed partial class CommonConfig : global::System.Configuration.ApplicationSettingsBase { private static CommonConfig defaultInstance = ((CommonConfig)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new CommonConfig()))); @@ -163,7 +163,7 @@ namespace ServerManagerTool.Common { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("https://whatismyip.akamai.com/")] + [global::System.Configuration.DefaultSettingValueAttribute("http://whatismyip.akamai.com/")] public string PublicIPCheckUrl2 { get { return ((string)(this["PublicIPCheckUrl2"])); diff --git a/src/ServerManager.Common/CommonConfig.settings b/src/ServerManager.Common/CommonConfig.settings index 7f38118f..290ed90c 100644 --- a/src/ServerManager.Common/CommonConfig.settings +++ b/src/ServerManager.Common/CommonConfig.settings @@ -45,7 +45,7 @@ https://api.ipify.org - https://whatismyip.akamai.com/ + http://whatismyip.akamai.com/ \ No newline at end of file diff --git a/src/ServerManager.Common/app.config b/src/ServerManager.Common/app.config index 177c202e..2160090b 100644 --- a/src/ServerManager.Common/app.config +++ b/src/ServerManager.Common/app.config @@ -41,7 +41,7 @@ https://api.ipify.org - https://whatismyip.akamai.com/ + http://whatismyip.akamai.com/