// acetone, 2025 // I hate copyright of any kind. This is a public domain. // Original source: http://git.community.i2p/acetone/i2pdtunnelwizard #pragma once enum class TunnelType { TcpClient, TcpServer, UdpClient, UdpServer, HttpServer, IrcServer, SocksProxy, HttpProxy };