# udp-no-dns **Repository Path**: mirrors_hjr3/udp-no-dns ## Basic Information - **Project Name**: udp-no-dns - **Description**: UDP messages with no DNS lookups - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UDP No DNS UDP messages without DNS lookups. This code is related to a blog post which can be found here: https://hermanradtke.com/sending-udp-messages-in-nodejs-without-dns-lookups/ ## Steps Each step of the blog post corresponds to a branch with the working code: - [step-0](https://github.com/hjr3/udp-no-dns/tree/step-0) - [step-1](https://github.com/hjr3/udp-no-dns/tree/step-1) - [step-2](https://github.com/hjr3/udp-no-dns/tree/step-2) - [step-3](https://github.com/hjr3/udp-no-dns/tree/step-3) - [step-4](https://github.com/hjr3/udp-no-dns/tree/step-4) - [step-5](https://github.com/hjr3/udp-no-dns/tree/step-5) - [step-6](https://github.com/hjr3/udp-no-dns/tree/step-6) - [step-7](https://github.com/hjr3/udp-no-dns/tree/step-7) - [step-8](https://github.com/hjr3/udp-no-dns/tree/step-8)