Difference between revisions of "DNS blacklist"
en>Santosh.thorat |
m (1 revision imported) |
(No difference)
|
Revision as of 00:31, 25 July 2021
Overview
Set the DNSBL reference service to prevent users from visiting dangerous websites.
Before establishing connection with "www.example.com", SafeSquid performs a DNS lookup for "example.com.in.dnsbl.org".
SafeSquid caches the DNS query results for efficiency
Access The SafeSquid User Interface |
||
Go to Configure Page
Go to DNS Blacklist Section |
||
GlobalEnabledEnable or Disable the use of DNSBL service. Disable this section if you do not want to query DNS blacklist services
TemplateName of the template to send when domain is found to be blocked. Leave this blank, to use default Template "blocked". DomainThis field needs to be filled in, only for making query to blacklist services like DNSBL. The website to query is appended with DNSBL's domain name. For example : If you set DNSBL's domain name as "in.dnsbl.org", then before establishing connection with "example.com", SafeSquid performs a DNS lookup for "example.com.in.dnsbl.org". NOTE : You can also use any other service that provides similar DNS blacklist service. Blocked IP addressesEnter the comma separated list of IP address ranges that can be returned by DNS blacklist queries after matching which cause the page to be blocked. For example : If You set domain name as "in.dnsbl.org" then it returns an IP in the range 127.0.0.1 to 127.0.0.6 for malafide servers. Returned IP Convention for domain "in.dnsbl.org" are: "127.0.0.2"=>"UCE", "127.0.0.3"=>"Fraud", "127.0.0.4"=>"Spam Promo", "127.0.0.5"=>"Illegal Content", "127.0.0.6"=>"Pre-emptive", "127.0.0.7"=>"Improper List Practices" "127.0.0.8"=>"Botnet Activity / Malware". |
||