From 06c132e179dc004356d99d88b57d4d2ae0ca3641 Mon Sep 17 00:00:00 2001 From: Michal Charemza Date: Sat, 8 Feb 2020 07:05:26 +0000 Subject: [PATCH] (docs) How to install --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1c42fd4..687b616 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ A DNS proxy server that conditionally rewrites and filters A record requests. Wr CNAMEs are followed and resolved by the proxy to IP addresses, and never returned to the client. +## Installation + +```bash +pip install dnsrewriteproxy +``` + + ## Usage By default the proxy will listen on port 53, and proxy requests to the servers in `/etc/resolv.conf`. However, by default all requests are blocked without explicit rules, so to proxy requests you must configure at least one rewrite rule.