Metadata-Version: 2.1
Name: pihole5-list-tool
Version: 0.2.1
Summary: Tool to add block/ad/ignore lists to pi-hole5
Home-page: https://github.com/jessedp/pihole5-list-tool
Author: jesse
Author-email: jessedp@gmail.com
License: UNKNOWN
Description: # pihole5-list-tool
        This tool allows quickly bulk adding __block lists__ to your [Pi-hole 5](https://pi-hole.net/) setup.
        
        
        Currently there are three _sources_ available to use:
        - [firebog.net](https://firebog.net/)
          - Non-crossed lists: For when someone is usually around to whitelist falsely blocked sites
          - Ticked lists: For when installing Pi-hole where no one will be whitelisting falsely blocked sites
          - All lists: For those who will always be around to whitelist falsely blocked sites
        -  A file you have
        -  Pasting in a list
        
        
        The source of each list is visible in the web interface and an option to load the lists for immediate use is available after adding.
        
        ## installation
        This requires [python 3.6+](https://python.org/).
        
        ```bash
        $ sudo pip install pihole5-list-tool
        ```
        
        ## running
        Running the tool should go something like this:
        
Keywords: pihole,pi-hole,blacklist,blocklist,adlist
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: Name Service (DNS)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
