I want to use udp forwarding in nginx
I set it as below in options but it doesn't work
someone please help me
location / {
listen 5555 udp;
proxy_pass http://255.255.255.255:5555;
}
Don’t have an account yet? Register yourself now and be a part of our community!