NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.61k stars 2.63k forks source link

UDP Forwarding Issues with NPM and Docker Compose for OpenVPN Server #3890

Open mpi42 opened 3 months ago

mpi42 commented 3 months ago

Hi everyone,

I'm currently running NPM and have opened port 30000 for UDP on both my router and Docker Compose. I'm trying to forward this port with a UDP stream directly to a host to run an OpenVPN server based on UDP. However, I'm never able to establish a connection. Interestingly, when I attempt the same setup over TCP, it works immediately.

Does UDP forwarding not work? I'm using the latest version of NPM.

Any insights or suggestions would be greatly appreciated!

Thanks!