Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 128 Bytes

nginx_fwd_udp.md

File metadata and controls

14 lines (10 loc) · 128 Bytes

...menustart

...menuend

stream {
    server {
        listen 1053 udp;
        proxy_pass <host>:10530;
    }
}