mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
update Public IP urls
This commit is contained in:
parent
2b838c6337
commit
89a03123bb
9 changed files with 104 additions and 42 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue