add bore to networking section

This commit is contained in:
Jan Kuri 2023-10-26 11:00:15 +02:00
parent b7e22580d2
commit 8172d4c9fa

View File

@ -1860,6 +1860,7 @@ See also [Text Processing](#text-processing) and [Text Analysis](#text-analysis)
_Libraries for working with various layers of the network._
- [arp](https://github.com/mdlayher/arp) - Package arp implements the ARP protocol, as described in RFC 826.
- [bore](https://github.com/jkuri/bore) - Reverse HTTP/TCP proxy tunnel via secure SSH connections.
- [buffstreams](https://github.com/stabbycutyou/buffstreams) - Streaming protocolbuffer data over TCP made easy.
- [canopus](https://github.com/zubairhamed/canopus) - CoAP Client/Server implementation (RFC 7252).
- [cidranger](https://github.com/yl2chen/cidranger) - Fast IP to CIDR lookup for Go.