Official 1.0.0 Release

This commit is contained in:
Michał Czyż
2021-03-23 11:35:51 +01:00
parent 177a0c17c8
commit 750dafe650
13 changed files with 1550 additions and 1442 deletions

View File

@@ -3,19 +3,19 @@
<Profiles />
<Settings>
<Setting Name="IP" Type="System.String" Scope="User">
<Value Profile="(Default)">192.168.0.250</Value>
<Value Profile="(Default)">192.168.0.1</Value>
</Setting>
<Setting Name="Username" Type="System.String" Scope="User">
<Value Profile="(Default)">domowy</Value>
<Value Profile="(Default)">admin</Value>
</Setting>
<Setting Name="Password" Type="System.String" Scope="User">
<Value Profile="(Default)">qaz</Value>
<Value Profile="(Default)" />
</Setting>
<Setting Name="ShutdownCMD" Type="System.String" Scope="User">
<Value Profile="(Default)">shutdown -s -t 0</Value>
<Value Profile="(Default)" />
</Setting>
<Setting Name="MAC" Type="System.String" Scope="User">
<Value Profile="(Default)">60-32-B1-D8-C7-A0</Value>
<Value Profile="(Default)">00-00-00-00-00-00</Value>
</Setting>
<Setting Name="BroadcastIP" Type="System.String" Scope="User">
<Value Profile="(Default)">192.168.0.255</Value>