From 666821c4ed4dff6e2777a116325f77f21cf119f5 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Fri, 6 Sep 2024 18:45:48 +0530 Subject: [PATCH] fix: readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7f1729..a56eddf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A tiny Go service that provides a DNS server that checks IP addresses against th The DNS-based approach offers excellent performance in terms of latency. DNS queries are typically very fast, and the responses can be cached by clients and intermediate DNS servers, further reducing latency for repeated checks. This makes it an ideal solution for applications requiring quick and efficient IP reputation lookups. +To install it on a any VM, run `curl -fsSL https://dub.sh/ipshield | bash`, you can set this up as a service. I'll add more docs soon. + ## Features - Automatic downloading and parsing of the Firehol level 1 list