Squid 配置指令 udp_outgoing_address
可用版本:
此指令在 Squid 的 v8 版本中不可用。
对于 v5 之前的旧版本,请参阅以上链接页面。
配置详情
| 选项名称 | udp_outgoing_address |
|---|---|
| 替代 | |
| 要求 | |
| 默认值 | 使用 udp_incoming_address 或操作系统选择的地址。 |
| 建议配置 |
|
udp_outgoing_address is used for UDP packets sent out to other caches. The default behavior is to not bind to any specific address. Instead it will use the same socket as udp_incoming_address. Only change this if you want to have UDP queries sent using another address than where this Squid listens for UDP queries from other caches. NOTE: udp_outgoing_address is used by the ICP, HTCP, and DNS modules. Altering it will affect all of them in the same manner. see also; udp_incoming_address NOTE, udp_incoming_address and udp_outgoing_address can not have the same value since they both use the same port. |
|
