https://github.com/ameshkov/homebrew-tap
homebrew packages
https://github.com/ameshkov/homebrew-tap
Last synced: about 1 year ago
JSON representation
homebrew packages
- Host: GitHub
- URL: https://github.com/ameshkov/homebrew-tap
- Owner: ameshkov
- Created: 2021-02-12T12:53:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T12:14:03.000Z (about 1 year ago)
- Last Synced: 2025-04-02T13:25:17.336Z (about 1 year ago)
- Language: Ruby
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.