9 lines
99 B
C#
9 lines
99 B
C#
namespace Server.Helper.Sock5;
|
|
|
|
public enum AddressType
|
|
{
|
|
Ip = 1,
|
|
Domain = 3,
|
|
Pv6 = 4
|
|
}
|