Current section
Files
Jump to
Current section
Files
src/tunnerl.app.src
%% -*- mode: erlang -*-
%% ex: ft=erlang
{application, tunnerl,
[
{description, "SOCKS4 and SOCKS5 proxy server"},
{vsn, "0.2.1"},
{registered, []},
{applications, [
kernel,
stdlib,
ranch,
lager
]},
{mod, { tunnerl_app, []}},
{env, []},
{maintainers, ["Yury Gargay"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/surik/tunnerl"}]}
]}.