Skip to content

Commit

Permalink
restore easyprivacy url
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalfool committed Oct 28, 2012
1 parent fa68613 commit 329923b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions lib/Net/DNS/Dynamic/adfilter.pm
Expand Up @@ -290,10 +290,9 @@ requests upstream to nameservers defined in /etc/resolv.conf.
path => '/var/named/pgl-adblock.txt', #path to ad hosts
refresh => 7, #refresh value in days (default = 7)
},
{
url => "abp:subscribe?location=https%3A%2F%2Feasylist-downloads.adblockplus.org%2Feasylist.txt&title=EasyList",
path => '/var/named/easylist.txt',
url => "abp:subscribe?location=https%3A%2F%2Feasylist-downloads.adblockplus.org%2Feasyprivacy.txt&title=EasyPrivacy&requiresLocation=https%3A%2F%2Feasylist-downloads.adblockplus.org%2Feasylist.txt&requiresTitle=EasyList",
path => '/var/named/easyprivacy.txt',
refresh => 5,
},
],
Expand Down
6 changes: 3 additions & 3 deletions scripts/adfilter.pl
Expand Up @@ -49,9 +49,9 @@
path => '/var/named/pgl-adblock.txt',
refresh => 7,
},
{ url => "abp:subscribe?location=https%3A%2F%2Feasylist-downloads.adblockplus.org%2Feasylist.txt&title=EasyList",
path => '/var/named/easylist.txt',
refresh => 5,
{ url => "abp:subscribe?location=https%3A%2F%2Feasylist-downloads.adblockplus.org%2Feasyprivacy.txt&title=EasyPrivacy&requiresLocation=https%3A%2F%2Feasylist-downloads.adblockplus.org%2Feasylist.txt&requiresTitle=EasyList",
path => '/var/named/easyprivacy.txt',
refresh => 5,
},
];
#$args->{blacklist} = { path => '/var/named/blacklist' };
Expand Down

0 comments on commit 329923b

Please sign in to comment.