Skip to content

Add SSL and Host support for streams #1829

Open
@simqui

Description

@simqui

Is your feature request related to a problem? Please describe.

If i want to ex:
Add a host stream for TCP with SSL support to proxy DoT( Dns-over-TLS) this is not possible right now.

This requires modules: ngx_stream_map_module and ngx_stream_ssl_preread_module
to be implemented.

Also a feature in the WebUI to be able to add streams with SSL and host support.

Describe the solution you'd like

Add the ability to use hosts redirect and SSL with a TCP stream proxy.

Include these modules in proxy manager:
https://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module.html
https://nginx.org/en/docs/stream/ngx_stream_map_module.html

Describe alternatives you've considered

Only alternative is to forward TCP 853 directly via streams, not using host or ssl.

Additional context

These modules are needed for this to work and does need to be implemented.

https://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module.html
https://nginx.org/en/docs/stream/ngx_stream_map_module.html

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions