Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.13 KB

Homebrew formulae

Formulae:

  • dnsmasq-fast-lookup.rb: A fork of the original lightweight DNS forwarder and DHCP server, featuring fast ipset/server/address lookups.
  • haproxy-libressl.rb: Reliable, high performance TCP/HTTP load balancer w/ LibreSSL.
  • nali.rb: A tool to display geolocation info of an IP (in Chinese) which could be used in pipelines as well. The geolocation data is from ipip.net and converted into qqwry.dat format with this tool.

To get more info about a specific formula, run brew info QuChao/wats/<formula>.

How to Use

To install a formula, just brew install QuChao/wats/<formula>.

Or brew tap QuChao/wats and then brew install <formula>.

Or install via URL (which will not receive updates):

brew install https://raw.githubusercontent.com/QuChao/homebrew-wats/master/Formula/<formula>.rb

Documentation

brew help, man brew or check Homebrew's documentation.