From a9954113190d31c080e001a142cab44d7d7253ad Mon Sep 17 00:00:00 2001 From: Yasar Alev Date: Thu, 15 Aug 2024 18:26:41 +0300 Subject: [PATCH] Add sdns to Networking (#4958) * Add sdns to Networking * update description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9582e56a..115be132 100644 --- a/README.md +++ b/README.md @@ -2003,6 +2003,7 @@ _Libraries for working with various layers of the network._ - [publicip](https://github.com/polera/publicip) - Package publicip returns your public facing IPv4 address (internet egress). - [quic-go](https://github.com/lucas-clemente/quic-go) - An implementation of the QUIC protocol in pure Go. - [raw](https://github.com/mdlayher/raw) - Package raw enables reading and writing data at the device driver level for a network interface. +- [sdns](https://github.com/semihalev/sdns) - A high-performance, recursive DNS resolver server with DNSSEC support, focused on preserving privacy. - [sftp](https://github.com/pkg/sftp) - Package sftp implements the SSH File Transfer Protocol as described in . - [ssh](https://github.com/gliderlabs/ssh) - Higher-level API for building SSH servers (wraps crypto/ssh). - [sslb](https://github.com/eduardonunesp/sslb) - It's a Super Simples Load Balancer, just a little project to achieve some kind of performance.