initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Server.Helper.Sock5;
|
||||
|
||||
public enum AddressType
|
||||
{
|
||||
Ip = 1,
|
||||
Domain = 3,
|
||||
Pv6 = 4
|
||||
}
|
||||
Reference in New Issue
Block a user