#pragma once
enum class TunnelType
{
TcpClient,
TcpServer,
UdpClient,
UdpServer,
HttpServer,
IrcServer,
SocksProxy,
HttpProxy
};