24
24
#include "logproto-dgram-server.h"
25
25
#include "logproto-text-client.h"
26
26
#include "logproto-text-server.h"
27
- #include "logproto-proxied-text-server.h"
28
27
#include "logproto-framed-client.h"
29
28
#include "logproto-framed-server.h"
30
29
#include "plugin.h"
@@ -38,8 +37,6 @@ DEFINE_LOG_PROTO_SERVER(log_proto_dgram);
38
37
DEFINE_LOG_PROTO_CLIENT (log_proto_text );
39
38
DEFINE_LOG_PROTO_SERVER (log_proto_text );
40
39
DEFINE_LOG_PROTO_SERVER (log_proto_text_with_nuls );
41
- DEFINE_LOG_PROTO_SERVER (log_proto_proxied_text );
42
- DEFINE_LOG_PROTO_SERVER (log_proto_proxied_text_tls_passthrough , .use_multitransport = TRUE);
43
40
DEFINE_LOG_PROTO_CLIENT (log_proto_framed );
44
41
DEFINE_LOG_PROTO_SERVER (log_proto_framed );
45
42
@@ -51,8 +48,6 @@ static Plugin framed_server_plugins[] =
51
48
LOG_PROTO_CLIENT_PLUGIN (log_proto_text , "text" ),
52
49
LOG_PROTO_SERVER_PLUGIN (log_proto_text , "text" ),
53
50
LOG_PROTO_SERVER_PLUGIN (log_proto_text_with_nuls , "text-with-nuls" ),
54
- LOG_PROTO_SERVER_PLUGIN (log_proto_proxied_text , "proxied-tcp" ),
55
- LOG_PROTO_SERVER_PLUGIN (log_proto_proxied_text_tls_passthrough , "proxied-tls-passthrough" ),
56
51
LOG_PROTO_CLIENT_PLUGIN (log_proto_framed , "framed" ),
57
52
LOG_PROTO_SERVER_PLUGIN (log_proto_framed , "framed" ),
58
53
};
0 commit comments