Browse Source

(docs) How to install

main
Michal Charemza 5 years ago
parent
commit
06c132e179
No known key found for this signature in database GPG Key ID: 4BBAF0F6B73C4363
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      README.md

+ 7
- 0
README.md View File

@@ -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.


Loading…
Cancel
Save