📤 UDP Port Monitor
The UDP monitor sends a UDP packet to a host:port and optionally checks for a response.
🎯 Ne Yapar
- Sends a UDP datagram to the target host and port
- Optionally sends custom data
- Optionally checks for expected data in the response
- Measures response time
⚙️ Yapilandirma
| Ayar | Aciklama | Ornek |
|---|---|---|
| Name | A friendly name | DNS Server UDP |
| Host / IP | Target hostname or IP | 10.0.0.2 |
| Port | UDP port number | 53 |
| Send Data | Data to send | (optional) |
| Expect Data | Expected response | (optional) |