mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Url Change
This commit is contained in:
parent
546822b18d
commit
0957d51e96
3 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ namespace ServerManagerTool.Common {
|
||||||
|
|
||||||
|
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[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 {
|
public sealed partial class CommonConfig : global::System.Configuration.ApplicationSettingsBase {
|
||||||
|
|
||||||
private static CommonConfig defaultInstance = ((CommonConfig)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new CommonConfig())));
|
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.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("https://whatismyip.akamai.com/")]
|
[global::System.Configuration.DefaultSettingValueAttribute("http://whatismyip.akamai.com/")]
|
||||||
public string PublicIPCheckUrl2 {
|
public string PublicIPCheckUrl2 {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["PublicIPCheckUrl2"]));
|
return ((string)(this["PublicIPCheckUrl2"]));
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
<Value Profile="(Default)">https://api.ipify.org</Value>
|
<Value Profile="(Default)">https://api.ipify.org</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="PublicIPCheckUrl2" Type="System.String" Scope="Application">
|
<Setting Name="PublicIPCheckUrl2" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">https://whatismyip.akamai.com/</Value>
|
<Value Profile="(Default)">http://whatismyip.akamai.com/</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
</Settings>
|
</Settings>
|
||||||
</SettingsFile>
|
</SettingsFile>
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
<value>https://api.ipify.org</value>
|
<value>https://api.ipify.org</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="PublicIPCheckUrl2" serializeAs="String">
|
<setting name="PublicIPCheckUrl2" serializeAs="String">
|
||||||
<value>https://whatismyip.akamai.com/</value>
|
<value>http://whatismyip.akamai.com/</value>
|
||||||
</setting>
|
</setting>
|
||||||
</ServerManagerTool.Common.CommonConfig>
|
</ServerManagerTool.Common.CommonConfig>
|
||||||
</applicationSettings>
|
</applicationSettings>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue