From 11c1360906824d680fee7cbfb5bdb5fd0f4effda Mon Sep 17 00:00:00 2001 From: Michal Charemza Date: Fri, 17 Jan 2020 17:14:07 +0000 Subject: [PATCH] (docs) Clarity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3da1677..c673b91 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dns-rewrite-proxy [![CircleCI](https://circleci.com/gh/uktrade/dns-rewrite-proxy.svg?style=svg)](https://circleci.com/gh/uktrade/dns-rewrite-proxy) [![Test Coverage](https://api.codeclimate.com/v1/badges/33dcaf0af24e5a1a5bdf/test_coverage)](https://codeclimate.com/github/uktrade/dns-rewrite-proxy/test_coverage) -A DNS proxy server that conditionally rewrites and filters A record requests +A DNS proxy server that conditionally rewrites and filters A record requests. Written in Python, all code is in a single module, and there is a single dependency, [aiodnsresolver](https://github.com/michalc/aiodnsresolver). ## Usage