squidguard-adblock | Converts Adblock Plus lists into expression files

 by   jamesmacwhite Shell Version: 0.3BETA2 License: MIT

kandi X-RAY | squidguard-adblock Summary

kandi X-RAY | squidguard-adblock Summary

squidguard-adblock is a Shell library. squidguard-adblock has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Converts Adblock Plus lists into expression files that are compatible with squidGuard and ufdbGuard
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              squidguard-adblock has a low active ecosystem.
              It has 34 star(s) with 8 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 2 open issues and 3 have been closed. On average issues are closed in 6 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of squidguard-adblock is 0.3BETA2

            kandi-Quality Quality

              squidguard-adblock has 0 bugs and 0 code smells.

            kandi-Security Security

              squidguard-adblock has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              squidguard-adblock code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              squidguard-adblock is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              squidguard-adblock releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of squidguard-adblock
            Get all kandi verified functions for this library.

            squidguard-adblock Key Features

            No Key Features are available at this moment for squidguard-adblock.

            squidguard-adblock Examples and Code Snippets

            Adding the converted Adblock expression files to your URL filter
            Shelldot img1Lines of Code : 20dot img1License : Permissive (MIT)
            copy iconCopy
            dest adblock {
            	expressionlist adblock/easylist
            	expressionlist adblock/easyprivacy
            }
            
            acl {
            	default {
            		pass !adblock all
            	}
            }
            
            category adblock {
            	expressionlist  adblock/easylist
            	expressionlist  adblock/easyprivacy
            }
            
            acl {
            	default {
            		pass !ad  
            Usage
            Shelldot img2Lines of Code : 3dot img2License : Permissive (MIT)
            copy iconCopy
            ./get-easylist.sh [squidGuard/ufdbGuard] [autoconfirm]
            
            ./get-easylist.sh squidGuard
            
            ./get-easylist.sh ufdbGuard
              
            Automatic updates of expressions lists via cron
            Shelldot img3Lines of Code : 2dot img3License : Permissive (MIT)
            copy iconCopy
            ./get-easylist.sh [squidGuard/ufdbGuard] autoconfirm
            
            0 0 * * * /path/to/get_easylist.sh squidGuard autoconfirm >/dev/null 2>&1
              

            Community Discussions

            No Community Discussions are available at this moment for squidguard-adblock.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install squidguard-adblock

            The script is designed to automatically detect the required aspects of your Squid and squidGuard/ufdbGuard configuration, paths, file locations etc. When you run the script it will output what it thinks is correct, with the ability to stop the script if anything is wrong. While I try and test this script on multiple Linux distributions, there may be issues with detection in some cases. If you experience any problems, please file an issue on GitHub and I'll look into it.
            No formal installation is required, other than to get the source and to extract it to any directory on the machine you are running Squid on.

            Support

            Pull Requests and feedback welcome!.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link