v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

  • No watch with the UUID e2b4b868-e416-4c4f-9cf1-96de388adb30 found.
  • 指定したリンクの履歴が見つかりません。リンクが正しくないですか?

Klávesnice: ← Předchozí   → Další
Ještě ne před sekundami
            False
        
Ještě ne před sekundami
Aktuální chybový snímek obrazovky z posledního požadavku

Spouštěcí text Ignorovaný text Blokovaný text

2 hours ago
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              pi-hole / pi-hole Public

                      * Uh oh!

                        There was an error while loading. Please reload this page.

              * Notifications You must be signed in to change notification settings
              * Fork 3.3k
                * Star 60.3k
          * Code
          * Issues 21
          * Pull requests 16
          * Discussions
          * Actions
          * Projects
          * Security and quality 6
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Discussions
                  * Actions
                  * Projects
                  * Security and quality
                  * Insights
                                              master
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                       Name                         Last commit message    Last commit date
                                            Latest commit          
                                                                   
                                                History            
                                                                   
                                                7,208 Commits      
                                                  7,208 Commits    
                                                  .github                    .github                                                     
                                                  advanced                   advanced                                                    
                                                  automated install          automated install                                           
                                                  manpages                   manpages                                                    
                                                  test                       test                                                        
                                                  .codespellignore           .codespellignore                                            
                                                  .dockerignore              .dockerignore                                               
                                                  .editorconfig              .editorconfig                                               
                                                  .gitattributes             .gitattributes                                              
                                                  .gitignore                 .gitignore                                                  
                                                  .shellcheckrc              .shellcheckrc                                               
                                                  CONTRIBUTING.md            CONTRIBUTING.md                                             
                                                  LICENSE                    LICENSE                                                     
                                                  README.md                  README.md                                                   
                                                  gravity.sh                 gravity.sh                                                  
                                                  pihole                     pihole                                                      
                                            View all files         
                                          

                                              Repository files navigation

                                                * 
                                                * README
                                                * Code of conduct
                                                * Contributing
                                                * License
                                                * Security
                                                More items


                                              Network-wide ad blocking via your own Linux hardware

                                              The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software.

                                                * Easy-to-install: our dialogs walk you through the simple installation process in less than ten minutes
                                                * Resolute: content is blocked in non-browser locations, such as ad-laden mobile apps and smart TVs
                                                * Responsive: seamlessly speeds up the feel of everyday browsing by caching DNS queries
                                                * Lightweight: runs smoothly with minimal hardware and software requirements
                                                * Robust: a command-line interface that is quality assured for interoperability
                                                * Insightful: a beautiful responsive Web Interface dashboard to view and control your Pi-hole
                                                * Versatile: can optionally function as a DHCP server, ensuring all your devices are protected automatically
                                                * Scalable: capable of handling hundreds of millions of queries when installed on server-grade hardware
                                                * Modern: blocks ads over both IPv4 and IPv6
                                                * Free: open source software that helps ensure you are the sole person in control of your privacy

                                                One-Step Automated Install

                                              Those who want to get started quickly and conveniently may install Pi-hole using the following command:

                                                curl -sSL https://install.pi-hole.net | bash

                                                Alternative Install Methods

                                              Piping to bash is controversial, as it prevents you from reading code that is about to run on your system. Therefore, we provide these alternative installation methods which allow code review before installation:

                                                Method 1: Clone our repository and run

                                                git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
                                                cd  " Pi-hole/automated install/ " 
                                                sudo bash basic-install.sh

                                                Method 2: Manually download the installer and run

                                                wget -O basic-install.sh https://install.pi-hole.net
                                                sudo bash basic-install.sh

                                                Method 3: Using Docker to deploy Pi-hole

                                              Please refer to the Pi-hole docker repo to use the Official Docker Images.

                                                Post-install: Make your network take advantage of Pi-hole

                                              Once the installer has been run, you will need to configure your router to have DHCP clients use Pi-hole as their DNS server. This router configuration will ensure that all devices connecting to your network will have content blocked without any further intervention.

                                              If your router does not support setting the DNS server, you can use Pi-hole's built-in DHCP server; be sure to disable DHCP on your router first (if it has that feature available).

                                              As a last resort, you can manually set each device to use Pi-hole as their DNS server.

                                                Pi-hole is free but powered by your support

                                              There are many reoccurring costs involved with maintaining free, open-source, and privacy-respecting software; expenses which our volunteer developers pitch in to cover out-of-pocket. This is just one example of how strongly we feel about our software and the importance of keeping it maintained.

                                              Make no mistake: your support is absolutely vital to help keep us innovating!

                                                Donations

                                              Donating using our Sponsor Button is extremely helpful in offsetting a portion of our monthly expenses:

                                                Alternative support

                                              If you'd rather not donate (which is okay!), there are other ways you can help support us:

                                                * GitHub Sponsors
                                                * Patreon
                                                * Hetzner Cloud affiliate link
                                                * Digital Ocean affiliate link
                                                * Stickermule earn a $10 credit after your first purchase
                                                * Amazon US affiliate link
                                                * Spreading the word about our software and how you have benefited from it

                                                Contributing via GitHub

                                              We welcome everyone to contribute to issue reports, suggest new features, and create pull requests.

                                              If you have something to add - anything from a typo through to a whole new feature, we're happy to check it out! Just make sure to fill out our template when submitting your request; the questions it asks will help the volunteers quickly understand what you're aiming to achieve.

                                              You'll find that the install script and the debug script have an abundance of comments, which will help you better understand how Pi-hole works. They're also a valuable resource to those who want to learn how to write scripts or code a program! We encourage anyone who likes to tinker to read through it and submit a pull request for us to review.

                                                Getting in touch with us

                                              While we are primarily reachable on our Discourse User Forum, we can also be found on various social media outlets.

                                              Please be sure to check the FAQs before starting a new discussion, as we do not have the spare time to reply to every request for assistance.

                                                * Frequently Asked Questions
                                                * Feature Requests
                                                * Reddit
                                                * Twitter

                                                Breakdown of Features

                                                Faster-than-light Engine

                                              FTLDNS is a lightweight, purpose-built daemon used to provide statistics needed for the Web Interface, and its API can be easily integrated into your own projects. As the name implies, FTLDNS does this all very quickly!

                                              Some of the statistics you can integrate include:

                                                * Total number of domains being blocked
                                                * Total number of DNS queries today
                                                * Total number of ads blocked today
                                                * Percentage of ads blocked
                                                * Unique domains
                                                * Queries forwarded (to your chosen upstream DNS server)
                                                * Queries cached
                                                * Unique clients

                                              Access the API using:

                                                * your browser: http://pi.hole/api/docs
                                                * curl: curl --connect-timeout 2 -ks "https://pi.hole/api/stats/summary" -H "Accept: application/json";
                                                * the command line - examples: pihole api config/webserver/port or pihole api stats/summary.

                                                The Command-Line Interface

                                              The pihole command has all the functionality necessary to fully administer the Pi-hole, without the need for the Web Interface. It's fast, user-friendly, and auditable by anyone with an understanding of bash.

                                              Some notable features include:

                                                * Allowlisting, Denylisting (fka Whitelisting, Blacklisting), and Regex
                                                * Debugging utility
                                                * Viewing the live log file
                                                * Updating Ad Lists
                                                * Querying Ad Lists for blocked domains
                                                * Enabling and Disabling Pi-hole
                                                * ... and many more!

                                              You can read our Core Feature Breakdown for more information.

                                                The Web Interface Dashboard

                                              This optional dashboard allows you to view stats, change settings, and configure your Pi-hole. It's the power of the Command Line Interface, with none of the learning curve!

                                              Some notable features include:

                                                * Mobile-friendly interface
                                                * Password protection
                                                * Detailed graphs and doughnut charts
                                                * Top lists of domains and clients
                                                * A filterable and sortable query log
                                                * Long Term Statistics to view data over user-defined time ranges
                                                * The ability to easily manage and configure Pi-hole features
                                                * ... and all the main features of the Command Line Interface!

                                              There are several ways to access the dashboard:

                                               1. http://pi.hole/admin/ (when using Pi-hole as your DNS server)
                                               2. http://<IP_ADDRESS_OF_YOUR_PI_HOLE>/admin/

                                        About

                                        A black hole for Internet advertisements

                                          pi-hole.net

                                        Topics

                                          ad-blockerblockerclouddashboarddhcpdhcp-serverdns-serverdnsmasqpi-holeraspberry-pishell

                                        Resources

                                          Readme
                                          License

                                        Code of conduct

                                          Code of conduct

                                        Contributing

                                          Contributing

                                        Security policy

                                          Security policy
                                          Activity
                                          Custom properties

                                        Stars

                                          60.3k stars

                                        Watchers

                                          711 watching

                                        Forks

                                          3.3k forks
                                          Report repository

                                        Releases

                                        Sponsor this project

                                        Packages

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.
For now, Differences are performed on text, not graphically, only the latest screenshot is available.

Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots.