From c83ae78dba5ca2e3c546a3af5e7c91aff9abd167 Mon Sep 17 00:00:00 2001 From: Anonymous User Date: Sat, 21 Apr 2018 11:21:11 -0700 Subject: [PATCH] anonymous commit (#397) --- dnscrypt-proxy/example-forwarding-rules.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dnscrypt-proxy/example-forwarding-rules.txt b/dnscrypt-proxy/example-forwarding-rules.txt index 24cd5864..97a9e32f 100644 --- a/dnscrypt-proxy/example-forwarding-rules.txt +++ b/dnscrypt-proxy/example-forwarding-rules.txt @@ -3,10 +3,11 @@ ################################## ## This is used to route specific domain names to specific servers. -## The general format is: [, ...] -## Addresses can be IPv4 and IPv6, and include a non-standard port number. +## The general format is: +## [:port] [, [:port]...] +## IPv6 addresses can be specified by enclosing the address in square brackets. ## In order to enable this feature, the "forwarding_rules" property needs to -## be set to that file name in the main configuration file. +## be set to this file name inside the main configuration file. -example.com 9.9.9.9,8.8.8.8 +# example.com 9.9.9.9,8.8.8.8