MichaCo /
DnsClient.NET
DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups
86/100 healthLoading repository data…
mwarning / repository
A very simple and small DNS Server to help understanding the protocol basics.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
SimpleDNS is a very simple DNS server written in C. It was made to learn the basics of the DNS protocol.
Features:
git clone https://github.com/mwarning/SimpleDNS.git
cd SimpleDNS
make
Start SimpleDNS:
$./main
Listening on port 9000.
In another console execute dig to make a DNS request:
$ dig @127.0.0.1 -p 9000 foo.bar.com A
; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> @127.0.0.1 -p 9000 foo.bar.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15287
;; flags: qr; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;foo.bar.com. IN A
;; ANSWER SECTION:
foo.bar.com. 0 IN A 192.168.1.1
;; Query time: 0 msec
;; SERVER: 127.0.0.1#9000(127.0.0.1)
;; WHEN: Mon Apr 15 00:50:38 2013
;; MSG SIZE rcvd: 56
Note:
dig is part of the dnsutils package.The code maps the domain foo.bar.com to the IPv4 address 192.168.1.1 and IPv6 address fe80::1.
It is easy to find it in the code and to add other entries.
The DNS section of the TCP/IP-Guide was very helpful for understanding the protocol.
Selected from shared topics, language and repository description—not editorial ratings.
MichaCo /
DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups
86/100 healthxHaash /
A very simple script that sniff TLS Handshakes to parse the leaked domain in a output file thanks to the SNI Leak.
35/100 healtha8763506128977812212307169331690 /
A very simple Cloudflare-only fork of dnscrypt-proxy-magisk.
jamestut /
A very simple DNS client.
37/100 healthBuddelbubi /
A very simple dynamic dns program written in java
34/100 healthThis is a very simple project where it contains SMTP, RIP, DHCP, DNS, FTP and HTTP services.
27/100 health