From baa565f77e6057be944ec9088d1b2548d3f732b9 Mon Sep 17 00:00:00 2001 From: lucenera <35407790+lucenera@users.noreply.github.com> Date: Fri, 13 Sep 2019 15:44:23 +0200 Subject: [PATCH] Delete example-forwarding-rules.txt --- config/example-forwarding-rules.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 config/example-forwarding-rules.txt diff --git a/config/example-forwarding-rules.txt b/config/example-forwarding-rules.txt deleted file mode 100644 index 177321c..0000000 --- a/config/example-forwarding-rules.txt +++ /dev/null @@ -1,14 +0,0 @@ -################################## -# Forwarding rules # -################################## - -## This is used to route specific domain names to specific servers. -## 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 this file name inside the main configuration file. - -## Forward queries for example.com and *.example.com to 9.9.9.9 and 8.8.8.8 -# example.com 9.9.9.9,8.8.8.8