~ubuntu-branches/ubuntu/trusty/maradns/trusty-proposed

« back to all changes in this revision

Viewing changes to deadwood-3.2.02/update/3.0.03/deadwood-3.0.02-example_phish_protection.patch

  • Committer: Package Import Robot
  • Author(s): Nicholas Bamber
  • Date: 2012-03-14 08:45:48 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120314084548-6slw035p8443a19q
Tags: 1.4.11-1
* New upstream release
* Removed changelog patch
* Added to docs rules to fix missing faq.txt
* Raised standards version to 3.9.3
  - Updated debian/copyright format
  - Removed lintian override
  - Changed working directories from /var/run to /run

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- deadwood-3.0.02/doc/dwood3rc        2010-07-22 11:18:47.000000000 -0500
 
2
+++ deadwood-3.0.03/doc/dwood3rc        2011-07-08 17:15:21.392743869 -0500
 
3
@@ -20,6 +20,18 @@
 
4
 #upstream_servers = {}
 
5
 #upstream_servers["."]="8.8.8.8, 8.8.4.4" # Servers we connect to
 
6
 
 
7
+# It is also possible to use other root servers or to blacklist
 
8
+# a phising website.  However, to do this, root_servers needs to be
 
9
+# defined.  For example, to blacklist the domain "phish.example.com":
 
10
+#root_servers = {}
 
11
+# ICANN DNS root servers (Deadwood default if both root_servers and
 
12
+# upstream_servers are not defined)
 
13
+#root_servers["."]="198.41.0.4, 192.228.79.201, 192.33.4.12, 128.8.10.90,"
 
14
+#root_servers["."]+="192.203.230.10, 192.5.5.241, 192.112.36.4, 128.63.2.53, "
 
15
+#root_servers["."]+="192.36.148.17, 192.58.128.30, 193.0.14.129, 199.7.83.42, "
 
16
+#root_servers["."]+="202.12.27.33"
 
17
+#root_servers["phish.example.com."]="10.254.254.254"
 
18
+
 
19
 recursive_acl = "127.0.0.1/16" # Who is allowed to use the cache
 
20
 
 
21
 maxprocs = 8 # Maximum number of pending requests
 
22
--- deadwood-3.0.02/doc/Windows/dwood3rc.txt    2011-01-29 14:55:07.000000000 -0600
 
23
+++ deadwood-3.0.03/doc/Windows/dwood3rc.txt    2011-07-08 17:15:03.565688775 -0500
 
24
@@ -6,6 +6,18 @@
 
25
 #upstream_servers = {}
 
26
 #upstream_servers["."]="8.8.8.8, 8.8.4.4" # Servers we connect to
 
27
 
 
28
+# It is also possible to use other root servers or to blacklist
 
29
+# a phising website.  However, to do this, root_servers needs to be
 
30
+# defined.  For example, to blacklist the domain "phish.example.com":
 
31
+#root_servers = {}
 
32
+# ICANN DNS root servers (Deadwood default if both root_servers and 
 
33
+# upstream_servers are not defined)
 
34
+#root_servers["."]="198.41.0.4, 192.228.79.201, 192.33.4.12, 128.8.10.90, "
 
35
+#root_servers["."]+="192.203.230.10, 192.5.5.241, 192.112.36.4, 128.63.2.53, "
 
36
+#root_servers["."]+="192.36.148.17, 192.58.128.30, 193.0.14.129, 199.7.83.42, "
 
37
+#root_servers["."]+="202.12.27.33"
 
38
+#root_servers["phish.example.com."]="10.254.254.254"
 
39
+
 
40
 # The IP this program has 
 
41
 bind_address="127.0.0.1"
 
42