9.0 Introduction
User Datagram Protocol (UDP) is used in many contexts, such as
DNS, NTP, and Voice over IP. NGINX can load balance over
upstream servers with all the load-balancing algorithms provided to
the other protocols. In this chapter, we’ll cover the UDP load balanc‐
ing in NGINX.
9.0 介绍
用户数据报协议(UDP) 在多种场景下运用,如 DNS、NTP 服务、IP语音(Voice
over IP)服务。NGINX 可以在 upstream 块级指令中使用所有的负载均衡算法
实现 UDP 的负载均衡,本章将学习 UDP 负载均衡相关配置。