An open API service indexing awesome lists of open source software.

https://github.com/ameshkov/homebrew-tap

homebrew packages
https://github.com/ameshkov/homebrew-tap

Last synced: about 1 year ago
JSON representation

homebrew packages

Awesome Lists containing this project

README

          

# Homebrew Tap

This is the repository for my [Homebrew](http://brew.sh/) packages.

To install a package:

```
brew tap ameshkov/tap
brew install
```

Available packages:

Package|Description
---|---
[dnslookup](https://github.com/ameshkov/dnslookup)|Simple command line utility to make DNS lookups to the specified server using any protocol (DoH, DoT, DoQ, DNSCrypt).
[dnscrypt](https://github.com/ameshkov/dnscrypt)|DNSCrypt v2 protocol implementation + a command-line tool.
[godnsbench](https://github.com/ameshkov/godnsbench)|Simple DNS bench util that supports encrypted protocols.
[sniproxy](https://github.com/ameshkov/sniproxy)|SNI proxy with embedded DNS server that supports blocking and forwarding rules.
[gocurl](https://github.com/ameshkov/gocurl)|Simplified version of curl written in Golang.
[udptlspipe](https://github.com/ameshkov/udptlspipe)|TLS wrapper for UDP sessions with active probing protection.