User Tools

Site Tools


config:pi-hole

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
config:pi-hole [2022/06/22 12:47] – created Wulf Rajekconfig:pi-hole [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 34: Line 34:
 Change admin password Change admin password
 <code>sudo pihole -a -p</code> <code>sudo pihole -a -p</code>
 +
 +===== Update Pi-hole =====
 +
 +<code>
 +#Regular update fails on synology due to not being able to check disk space, use override option 'do not follow recommendations' instead.
 +sudo pihole -up
 +#curl -L https://install.pi-hole.net | bash /dev/stdin --i_do_not_follow_recommendations
 +
 +#change the webserver port again:
 +#vi /etc/lighttpd/lighttpd.conf - change the port
 +#sed -i 's/server.port\(.*\)= 80/server.port\1= 2080/g' /etc/lighttpd/lighttpd.conf
 +
 +sudo service lighttpd restart
 +sudo service pihole-FTL restart
 +
 +#update might require:
 +cd /etc/.pihole
 +git pull
 +</code>
 +
 +to reconfigure pihole's main details, use:
 +<code>
 +sudo pihole -r
 +sudo service pihole-FTL restart
 +</code>
config/pi-hole.1655898428.txt.gz · Last modified: 2023/05/29 11:53 (external edit)