iGoX's links
Nuage de tags
Mur d'images
Quotidien
Plugins
  • ► Jouer les vidéos
Flux RSS
  • Flux RSS
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filtres

Liens par page

  • 20 links
  • 50 links
  • 100 links

Filtres

Untagged links
6 résultats taggé pihole  ✕
Add a PiHole instance on a macvlan enabled Docker network (Synology eth0 example) https://gist.github.com/xirixiz/ecad37bac9a07c2a1204ab4f9a17db3c
Mon Jan 8 13:09:51 2024
QRCode
archive.org
pihole
Using Docker macvlan networks :: blog.oddbit.com https://blog.oddbit.com/post/2018-03-12-using-docker-macvlan-networks/
Sun Jan 7 19:01:30 2024
QRCode
archive.org

A question that crops up regularly on #docker is “How do I attach a container directly to my local network?” One possible answer to that question is the macvlan network type, which lets you create “clones” of a physical interface on your host and use that to attach containers directly to your local network. For the most part it works great, but it does come with some minor caveats and limitations.

pihole
Secondary DNS Server for DHCP - Help - Pi-hole Userspace https://discourse.pi-hole.net/t/secondary-dns-server-for-dhcp/1874
Tue Dec 5 14:21:32 2023
QRCode
archive.org
thumbnail

To force piHole to push a defined IP address as DNS server to DHCP clients:

  1. Edit /etc/dnsmasq.d/02-pihole-dhcp.conf file:
    #> sudo nano /etc/dnsmasq.d/02-pihole-dhcp.conf

  2. Add the IP address to be push as DNS server:
    dhcp-option=6,<Pi-holeIP>,<SecondaryDNSServerIP>

  3. Save file modification.

  4. Restart pihole-FTL server:
    sudo service pihole-FTL restart

⚠️ You would have to release/renew DHCP lease on each host after that to pull the new settings.
⚠️ Change is not persistant over time as this file can be overwritten by piHole.

pihole
How to Disable your Raspberry Pi's Wi-Fi - Pi My Life Up https://pimylifeup.com/raspberry-pi-disable-wifi/
Thu Oct 19 17:58:21 2023
QRCode
archive.org
thumbnail

Learn how it is possible to completely disable the Wi-Fi module on your Raspberry Pi by following some straightforward steps.

TL;DR

  • Disable:
    sudo rfkill block wifi

  • Enable:
    sudo rfkill unblock wifi

pihole wifi raspberrypi
Syncing piHole instances | piHole HA / redundancy /shaare/N0VqcQ
Fri Oct 13 19:47:24 2023
QRCode
archive.org

Tutorials:

  • Pi-hole failover using Gravity Sync and Keepalived (davidshomelab.com)
  • HA piHole setup with unbound/keepalived/gravitysync (piHole discourse forum)

Tools:

  • Gravity Sync
  • Keppalived

Others:

  • keepalived quick setup
  • Raspberry PI static IP
pihole raspberrypi
pihole-doh: Official Pi-hole docker image along with DoH (DNS over HTTPS) powered by Cloudflare. https://github.com/eltonk/pihole-doh
Wed Oct 4 19:41:16 2023
QRCode
archive.org
thumbnail

Official Pi-hole docker image along with DoH (DNS over HTTPS) powered by Cloudflare. - GitHub - eltonk/pihole-doh: Official Pi-hole docker image along with DoH (DNS over HTTPS) powered by Cloudflare.

pihole raspberrypi
678 links, including 6 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service par la communauté Shaarli - Theme by kalvn