Outgoing udp port tester
This server listens on all udp ports, and sends back all udp packets
sent to it.
With Nmap installed, you could use a
command such as the following to check the open outgoing udp ports on
your network:
nmap -v -sU -p- --min-rate=1000 udpquiz.com
Source