What do you mean? Please elaborate.
The command to update Pi-hole is the same in v5 and v6: pihole -up
Each of these changes (and a lot more) were described in v6 release notes:
- Introducing Pi-hole v6
- V6 - Post release fixes and findings
- Pi-hole FTL v6.0.4, Web v6.0.2 and Core v6.0.5 Released!
Pi-hole v6 now uses its own web server (embedded into FTL). Apache2 cannot execute the new web interface pages.
The installer identified there was something using port 80
(apache2
) and used the alternative port 8080
for the new web server (pihole-FTL
):
*** [ DIAGNOSING ]: Ports in use
...
[✓] tcp:0.0.0.0:8080 is in use by pihole-FTL
...
[✓] tcp:0.0.0.0:443 is in use by pihole-FTL
...
[✗] tcp:*:80 is in use by apache2
Also note that Pi-hole now offers https (port 443).
Currently you can access the web interface using one of the URLs below:
- http://10.0.0.252:8080/admin
- https://10.0.0.252/admin
- http://pi.hole:8080/admin
- https://pi.hole/admin
Note:
You are running an outdated and unsupported OS (Raspbian 10).