update Public IP urls

This commit is contained in:
Brett Hewitson 2021-12-15 17:27:57 +10:00
parent 2b838c6337
commit 89a03123bb
9 changed files with 104 additions and 42 deletions

View file

@ -2,9 +2,6 @@
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ServerManagerTool.Common" GeneratedClassName="CommonConfig">
<Profiles />
<Settings>
<Setting Name="PublicIPCheckUrl" Type="System.String" Scope="Application">
<Value Profile="(Default)">http://whatismyip.akamai.com/</Value>
</Setting>
<Setting Name="SteamCmdRelativePath" Type="System.String" Scope="Application">
<Value Profile="(Default)">SteamCMD</Value>
</Setting>
@ -44,5 +41,11 @@
<Setting Name="SteamCmdRemoveQuit" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="PublicIPCheckUrl1" Type="System.String" Scope="Application">
<Value Profile="(Default)">https://api.ipify.org</Value>
</Setting>
<Setting Name="PublicIPCheckUrl2" Type="System.String" Scope="Application">
<Value Profile="(Default)">http://whatismyip.akamai.com/</Value>
</Setting>
</Settings>
</SettingsFile>