initial commit

This commit is contained in:
i2p
2026-08-27 11:21:58 -06:00
commit c21fb61050
336 changed files with 74161 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
namespace Server.Data;
public class Settings
{
public string[] Ports;
public bool Start;
public int second = 35;
public string WebHook;
public bool WebHookNewConnect;
public bool WebHookConnect;
public bool AutoStealer;
public int Style;
public int Theme = 0; // 0 = Light, 1 = Dark
public string linkMiner = "http://%IP%/ack";
}