Add Socks Protocol string

This commit is contained in:
2dust
2024-08-27 16:09:07 +08:00
parent d3c0f50fec
commit ae3ab15245
7 changed files with 22 additions and 3 deletions

View File

@@ -60,6 +60,7 @@
public const string InboundAPIProtocol = "dokodemo-door";
public const string HttpProtocol = "http://";
public const string HttpsProtocol = "https://";
public const string SocksProtocol = "socks://";
public const string UserEMail = "t@t.tt";
public const string AutoRunRegPath = @"Software\Microsoft\Windows\CurrentVersion\Run";