mholt / conncept

Project Conncept: A layer 4 app for Caddy that multiplexes raw TCP/UDP streams
57 stars 2 forks source link

if that is possible to achieve by caddy module #2

Closed Mon-ius closed 4 years ago

Mon-ius commented 4 years ago

Hi, I am new to caddy2. I would like to achieve my own L4 stream rules in Caddy2. Just wonder, if that is possible to write it via caddy module.

mholt commented 4 years ago

What do you mean by "L4 stream rules"?

Mon-ius commented 4 years ago

L4 protocol redirect(TCP, etc), like Nginx Stream, OpenResty, and haproxy. Something similar to this repo described.

mholt commented 4 years ago

Yes, that's what this module does, but from looking at those options, Project Conncept is more flexible, powerful, and extensible.