From a71b619763507984b2a354a8ce666f45ea8bb512 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 30 Dec 2020 22:18:08 +0100 Subject: [PATCH] updated README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5db9e1a..75c277d 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,23 @@ acl: # List of ip filter rules - name: local cidr: 127.0.0.1/32 +tls: + enable: true # Enable DNS over TLS + address: 0.0.0.0:8853 # What address and port to liste for tls connections + cert: cert.crt # Path to the certificate file + key: private.key # Path to the private key file + forward: acl: # What IPs are allowed - vpn server: "8.8.8.8:53" # DNS server to forward to address: 0.0.0.0:8053 # What address and port to listen on + +blacklist: # What domains to block when forwarding + # URL of the blacklist + - url: https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt + format: host # Format of the blacklist: Hostfile + - url: https://blocklistproject.github.io/Lists/alt-version/ads-nl.txt + format: line # Format: One domain per line ``` \ No newline at end of file