r0wbrt / advertsieve

Transparent proxy server for content policy management
Other
1 stars 0 forks source link

Agent to download lists #15

Closed r0wbrt closed 6 years ago

r0wbrt commented 6 years ago

Write an agent that can download ad block lists and host blocking files.

r0wbrt commented 6 years ago

To fix this, some sample scripts and special tools, if needed, will be provided. However, this functionality is trivial to implement with wget or curl. The trickiest part is starting and stopping the server.

r0wbrt commented 6 years ago

Some sample scripts to run Advertsieve in the background. Also includes sample config for some common scenarios.

2083ce34a052efd2e8cfe1218b152a936bd5442a

r0wbrt commented 6 years ago

Tool to convert host file to hostacl list for Advertsieve. 2f9de3adce4c99151c0f88e6b1f2d1b34c14bbc5

r0wbrt commented 6 years ago

Closing issue. Sample scripts to download things using wget or curl can easily be found on the internet.