You've opened a UDP port on your server but not sure how to check if you can reach it from the outside.
When testing TCP ports, you can check with tools like nmap or nc only from the outside, but the nature of UDP is that it doesn't send anything back so you need to monitor the port on the...