Docker pihole смотреть последние обновления за сегодня на .
Start mastering IT skills NOW!: 🤍 Watch Part 1: 🤍 ➡️Support NetworkChuck: 🤍 ➡️Need help? Join the community: 🤍 PiHole Docker script: 🤍 Download SolarPUTTY: 🤍 What is Docker??: 🤍 1:43 ⏩ Preparing Ubuntu for Docker/PiHole 4:06 ⏩ Install Docker 4:32 ⏩ Deploy the NetworkChuck PiHole Container 8:15 ⏩ Configure PiHole 10:41 ⏩ Alexa, IFTTT and PiHole Learn how to create your own Docker Containers: bit.ly/cbtdocker Create Docker Containers in WINDOWS!!!: bit.ly/cbtdockerwin Some awesome books on Docker: Docker Deep Dive: 🤍 Docker up and Running: 🤍 ESSENTIAL network engineer tools: (AND LEARN how to monitor your network: 🤍 SolarPUTTY: 🤍 WAN Killer: 🤍 IP Address Scanner: 🤍 Network Device Scanner: 🤍 Wifi Heat Map: 🤍 Wifi Analyzer: 🤍 SolarWinds NPM: 🤍 Below you will find what are known as affiliate links. Basically, links to really great stuff I use that, if you buy, I will receive a super small kickback that helps support this channel. Thanks!! (GEAR I USE...STUFF I RECOMMEND) Amazon Affiliate Store: 🤍 Buy a Raspberry Pi: 🤍 Protect your family's files using NordLocker for FREE: 🤍 Become an IT god!! Start/Advance your IT career with CBT Nuggets: 🤍 *Sponsored by NordLocker 2:11 ⏩ What is DNS?? How does it work? 4:01 ⏩ How OpenDNS can protect your family and network 7:00 ⏩ OpenDNS Setup 9:00 ⏩ Home Router setup (OpenDNS) 12:01 ⏩ OpenDNS Configuration In this video we use OpenDNS to protect our home networks from ADULT websites, porn, malware, viruses, time wasters and more importantly... TIGER KING. OpenDNS: 🤍 ➡️Support NetworkChuck: 🤍 ➡️Need help? Join the community: 🤍 ESSENTIAL network engineer tools: (AND LEARN how to monitor your network: 🤍 SolarPUTTY: 🤍 WAN Killer: 🤍 IP Address Scanner: 🤍 Network Device Scanner: 🤍 Wifi Heat Map: 🤍 Wifi Analyzer: 🤍 SolarWinds NPM: 🤍 Below you will find what are known as affiliate links. Basically, links to really great stuff I use that, if you buy, I will receive a super small kickback that helps support this channel. Thanks!! (GEAR I USE...STUFF I RECOMMEND) Amazon Affiliate Store: 🤍 Buy a Raspberry Pi: 🤍 🤝🤝🤝JOIN THE Cisco Routing and Switching FACEBOOK STUDY GROUP: 🤍 🤝🤝🤝JOIN THE CCNA/CCNP Collaboration FACEBOOK STUDY GROUP: 🤍 mcsa vcp mcse ine mta tshoot 300-135 az-900 az 900 az900 Microsoft Azure Devnet Associate Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco Certified Network Professional CompTIA Linux+ Linux+ Ethical Hacking Hacking #pihole #opendns #docker
Showing you how to deploy pi-hole container on Docker via compose file. In this video I am using openmediavault as a operating system but ultimately the container deployment would be the same as this guide since it is based on Docker using compose file. Check out my other videos, have some covering deploying other docker container and OMV as well. Don't forget to subscribe if you like the content!
Check out Linode! 🤍 $100 - 60 day credit on new Linode accounts for TechHut viewers. Today we are setting up our very own Pi-Hole ad blocking server, but in addition to this we will be using this as our very own recursive DNS service to add another layer of security and privacy. 📖RESOURCES AND MENTIONS 🤍 sudo curl -sSL 🤍 | bash pihole -a -p [password] 🤍 👏SUPPORT TECHHUT YOUTUBE MEMBER: 🤍 BECOME PATREON: 🤍 DONATE PAYPAL: 🤍 $100 LINODE CREDIT: 🤍 🏆FOLOW TECHHUT JOIN DISCORD: 🤍 TWITTER: 🤍 MASTODON: 🤍 INSTAGRAM: 🤍 📷MY GEAR (PAID LINKS) ASUS ROG M16: 🤍 DeepCool MATREXX 40: 🤍 AMD 3700x: 🤍 ASRock B550M: 🤍 G.Skill Trident Z Neo: 🤍 Radeon RX 580: 🤍 Cannon M50: 🤍 Lights: 🤍
Ubuntu Server - 🤍 Pi-Hole Official Site - 🤍 Prior to running the script on Ubuntu, you'll need to do the following: sudo systemctl stop systemd-resolved.service sudo systemctl disable systemd-resolved.service sudo nano /etc/resolv.conf #add "nameserver 8.8.8.8" Download the script from Github wget 🤍 chmod 700 ./docker_run.sh sudo ./docker_run.sh #Remember to change the Server IP and the Timezone prior to running your script.
Pi-hole is an awesome solution to run in your home network to keep your Internet free of ads, malicous traffic, and tracking data. Would you like to learn how to setup a Pi-hole instance in your home lab based on Docker? We take an in-depth look at setting up Pi-hole with Docker in the home lab, how to set up using the Docker run command line, Docker-compose, and then also Docker-compose with Traefik and Pi-hole. Subscribe to the channel: 🤍 My blog: 🤍 _ Social Media: 🤍 LinkedIn: 🤍 Github: 🤍 Introduction to Pihole, with Docker, SSL certificates, and synchronization - 0:00 Pihole, DNS, and network level ad blocking improving Internet browsing at home - 0:59 What is Pihole? - 1:16 Intercepting DNS requests in your home network - 1:34 Overview of installing Pihole with Docker - 2:14 Using the Docker command line to install Pihole - 2:30 Going through the Docker run command to install Pi-hole - 2:45 Spinning up the Pihole container - 3:54 Issuing Docker ps to see the running Pihole container - 4:13 Browsing out to the web interface of our Pihole container - 4:35 Using Docker Compose to move to HTTPS and SSL certificates - 5:00 Stepping through the Docker Compose file - 5:38 Looking at the Pihole container configuration in Docker Compose - 6:31 Setting the names of the Pihole host in Docker Compose - 7:30 Running the Docker Compose file with Docker up -d - 8:11 Docker-compose ps to view state - 8:35 Browsing out to the Pihole container on the DNS name configured over HTTPS SSL - 8:50 Configuring proper SSL certificates on your Pi-hole container - 9:32 Using Traefik to pull proper SSL certificates - 9:52 Looking at Docker Compose to add Letsencrypt certificates and Cloudflare to pull proper SSL certificates - 10:06 Configuring TLS domains and wildcard certificates from Letsencrypt - 11:15 Entering your Cloudflare email address and API token - 11:47 Talking public DNS - 12:35 Adding a Watchtower container to automatically update your Pi-hole container - 12:47 Running docker-compose up -d - No certificate errors - 13:14 Running multiple Pihole instances for high availability - 13:38 Overview of Gravity sync from VMStan - 13:58 Configuring Gravity Sync - 14:33 Running Gravity sync - 15:00 Wrapping up thoughts on Pi-hole ultimate configuration guide - 16:03 pfSense pfBlockerNG vs Pihole Pros and Cons: 🤍 Pihole Local DNS Records synchronized from Active Directory: 🤍 How to install Pihole on Hyper-V with Debian: 🤍
We know you've heard of Pihole and we know you are probably aware of how to install it but... have you tried running it on Docker and Kubernetes using Rancher? Have you configured it for pfSense? Don't worry, I figured out all the hard stuff for you. So let's consolidate some hardware and services. ♦ Patreon 🤍 ♦ GitHub 🤍 ♦ Twitch 🤍 ♦ Twitter 🤍 ♦ Discord 🤍 ♦ Instagram 🤍 ♦ Facebook 🤍 ♦ TikTok 🤍 00:00 Intro 00:47 Why 01:39 I Almost Gave Up 02:13 Docker 05:28 Ubuntu Fix 07:57 Kubernetes Rancher Config 13:12 Pi-hole Password 15:24 Status Unknown Fix 19:00 pfSense config 20:40 Conclusion ♦ Patreon 🤍 ♦ GitHub 🤍 ♦ Twitch 🤍 ♦ Twitter 🤍 ♦ Discord 🤍 ♦ Instagram 🤍 ♦ Facebook 🤍 ♦ TikTok 🤍 ⚙ Gear Recommendations ⚙ ► 🤍 (Affiliate links may be included in this description. I may receive a small commission at no cost to you.) Techno Tim Kits: ► 4K YouTube Kit - 🤍 ► Pro Level Live Streaming Kit - 🤍 ► Budget Gaming Streaming PC 2020- 🤍 ► Performance Virtualization Server- 🤍 ► Budget NAS Server- 🤍 ► Coding & Gaming Keyboards- 🤍 ► Coding & Gaming Mice- 🤍 ⏯ Recommended Videos ⏯ ► 20 Ways to Use a Virtual Machine (and other ideas for your homelab) 🤍 ► Remote Gaming with Promox 🤍 ► Let's Build a Discord Bot Using DiscordJS - Moderator Bot 🤍 Credits Thank you for the great explanation of digital tracking GCFLearnFree.org 🤍 #Homelab #Docker #Pihole #kubernetes #Rancher #SelfHosting #Proxmox Thank you for watching!
Check out our today’s Tech News headlines at 🤍 Hey guys, in this video I install Pi-hole on my docker server. This can be followed by anyone that is using docker. docker run -d \ name pihole \ -p 53:53/tcp -p 53:53/udp \ -p 80:80 \ -p 443:443 \ -e TZ="America/New_York" \ -v "$(pwd)/etc-pihole/:/etc/pihole/" \ -v "$(pwd)/etc-dnsmasq.d/:/etc/dnsmasq.d/" \ dns=127.0.0.1 dns=1.1.1.1 \ restart=unless-stopped \ pihole/pihole:latest To retrieve password docker logs pihole | grep random Reset pihole password docker exec -it pihole pihole -a -p . Amazon Links! Buy the microphone we use - Blue Yeti 🤍 Buy the camera we use - Razer Kiyo 🤍 Buy the monitor we use - Acer Predetor XB1 🤍 Buy a Synology NAS 🤍
This is a tutorial on how to install and self-host the Pi-Hole ad blocker on Docker using Portainer. The Pi-Hole ad blocker is a network DNS level ad blocker that you can use to block advertisements on all the devices on your network. If you want to see more tutorials like this please click subscribe and if you have any questions please leave them in the comment section below. If you want to learn how to install Portainer or Docker you can view the tutorial at the link below. :|: Pi-Hole Website: 🤍 :|: Pi-Hole Docker Image: 🤍 :|: Pi-Hole Documentation: 🤍 :|: Pi-Hole on Github: 🤍 - :|: DON'T CLICK HERE: 🤍 :|: How to Install Portainer: 🤍 :|: How to Install Docker: 🤍 -
✅ Written Instructions: 🤍 🔔 Subscribe for more tech related tutorials and overviews: 🤍 🚀 Product Recommendations: 🤍 ❤️ Check out our website: 🤍 📌Pi-hole Raspberry Pi Instructions: 🤍 📌 Raspberry Pi Zero: 🤍 Learn how to setup Pi-hole on a Synology NAS! Two different methods that ensure you can properly configure the Pi-hole on Docker! DNS Configuration: 9:50 DISCLAIMER: The information in this video has been self-taught through years of technical tinkering. While we do our best to provide accurate, useful information, we make no guarantee that our viewers will achieve the same level of success. WunderTech does not assume liability nor responsibility to any person or entity with respect to damage caused directly or indirectly from its content or associated media. Use at your own risk. WunderTech is a trade name of WunderTech, LLC.
Pi-Hole - фильтр рекламы, подменяющий DNS-сервер. Также есть и вариант в контейнере Docker. * Для желающих поддержать рублём: 🤍 * 👍 🔗➦ 📰 🔔 !Запись на кинопоказ д/ф "Стирая семью" 19 ноября здесь: 🤍 Pi-Hole в Docker Hub: 🤍 Предварительные требования: - установленный Docker - желательно Docker Compose Что нужно сделать для установки: 1. Создать новую папку 2. Создать там файл docker-compose.yml - содержимое скопировать с Hub 3. Выполнить в этой папке команду docker-compose up 4. Сделать этот сервер DNS-сервером на всех устройствах 5. Статистику смотреть на нём же по 80 (или какой настроите) порту См. также: - настройка TOR-socks proxy в Docker под Windows: 🤍 - Jekyll в Docker: 🤍 #Docker #Linux #PiHole
In this video we're going to setup WireHole in Docker. WireHole is a combination of WireGuard, Pi-hole, and Unbound in a docker-compose project with the intent of enabling users to quickly and easily create a personally managed full or split-tunnel WireGuard VPN with ad blocking capabilities thanks to Pi-hole, and DNS caching, additional privacy options, and upstream providers via Unbound. WireHole GitHub: 🤍 Digital Ocean Affiliate Link: 🤍 0:00 Intro 1:49 Droplet Setup 2:37 Single-User Setup 10:43 Multi-User Setup 16:30 Wrap Up and Outro Join this channel to get access to perks: 🤍 The hardware in my current home server is: - Synology DS1621xs+ (provided by Synology): 🤍 - 6x8TB Seagate Exos Enterprise HDDs (provided by Synology): 🤍 - 16GB DDR4 ECC RAM (provided by Synology): 🤍 - 2TB NVMe Caching Drive (provided by Sabrent): 🤍 All amzn.to links are affiliate links. More Home Server Videos: 🤍 /=/ Remember to leave a like on this video and subscribe if you want to see more! /=/ Like what I do? Want to be generous and help support my channel? Here are some ways to support: Patreon: 🤍 Ko-fi: 🤍 /=/ Here's my Amazon Influencer Shop Link: Amazon: 🤍 /=/ Follow Me: Twitter: 🤍 Facebook: 🤍 Subscribe: 🤍
Huge thanks to Linode for bringing you this video. Wanting your own personal cloud services, but don't have the time, money, or space to set up your own server rack? Let Linode host them for you! Visit 🤍 and get a $100 60-Day credit just for signing up. Pi-Hole is an awesome service to run in your house. It keeps ads from loading on every device, and will run on any Raspberry Pi, Docker container or virtual machine you'd like. But did you know it can do SO much more than just block ads? You can also completely bypass 3rd party DNS servers like 8.8.8.8, 1.1.1.1, 208.67. 222.222, or the ones ran by your ISP. But first... What am I drinking??? Freigeist Bierkultur's Aufschneider, a 'Hoppy German-style Hefeweizen Ale'. This reminded me a lot of a Radler... you know, a lager mixed with grapefruit soda? But think of a Hefe mixed with a Pale Ale. It's better than it sounds, but it's also neither a Pale Ale, nor a Hefe. Not bad, but not for me. Installation Steps Install Ubuntu Server 20.04 (🤍 Install Pi-Hole - sudo curl -sSL 🤍 | bash Set the Web Admin Password - pihole -a -p [password] Install Unbound DNS - sudo apt install unbound Create Unbound Configuration File - sudo nano /etc/unbound/unbound.conf.d/pi-hole.conf Copy example config - 🤍 Restart Unbound to apply Configuration - sudo service unbound restart Disable Forwarding DNS in PiHole Set Custom DNS in PiHole - 127.0.0.1#5335 And you're done! Bonus points for sending all DNS traffic through a VPN Gateway to encrypt all outbound requests - 🤍 Find the parts I recommend on my Amazon store: 🤍 Follow me on Twitter 🤍CraftComputing Support me on Patreon or Floatplane and get access to my exclusive Discord server. Chat with myself and the other hosts on Talking Heads all week long. 🤍 🤍 Music: George Street Shuffle by Kevin MacLeod Link: 🤍 License: 🤍
Esta vez mostramos cómo podemos bloquear los anuncios y trackers que nos aparecen cuando navegamos por Internet. Con Docker además, se convierte en una tarea sencillísima.
In this video, Setup Pihole On Your Synology NAS Using Docker with Macvlan & Bridge Networks, we will walk you through how to set up Pi-hole on a Synology Docker Container using Macvlan and Bridge networks. Pi-hole is a powerful tool that allows you to block unwanted ads, trackers, and malicious content from your network. We'll start by explaining the difference between a Macvlan network and a Bridge network, and how to create these networks on your Synology NAS. We'll then guide you through the process of creating a Docker container for Pi-hole and configuring it to use the Macvlan network and Bridge network. By the end of this video, you'll have a fully functional Pi-hole container running on your Synology NAS, configured to use both Macvlan and Bridge networks. This will give you greater control over your network's traffic and provide a more secure browsing experience for all your devices. 00:00 - Introduction 00:34 - Prerequisites 03:39 - Creating the Macvlan Network 05:54 - Creating the Pihole Bridge Network 07:39 - Creating the Pihole Docker Container 11:53 - How To Access Pihole 12:29 - DNS Considerations 13:15 - Closing Segment Share this video - 🤍 Subscribe to this channel - 🤍 Channel Support: Buy Tony A Coffee - 🤍 PayPal - 🤍 Earn $100 Cloud Credits from Digital Ocean by signing up at: 🤍 Amazon Affiliate Storefront: 🤍 Command used to create the Macvlan Network in this video. Be sure to edit the command to reflect your own network. sudo docker network create -d macvlan -o parent=eth(x) subnet=192.168.x.0/24 gateway=192.168.x.1 ip-range=192.168.x.x/32 ph_network Disclaimers: This video is not made for or intended for kids. I participate in the Amazon Affiliate/Influencer Program. When purchasing using my Amazon Affiliate links, your price doesn't change. You pay the same, but I do get a small percentage of the sale in commission. This helps the channel to continue creating content you enjoy viewing. All images used in this video are my own or taken from pixabay.com. About Tony: I am a retired educator of 32 years. I started out as an instrumental music teacher and evolved into technology support. After many years of providing technology support to teachers and students, the last ten years of my career, I was in a leadership position of Technology Coordinator and also Supervisor of Technology. My passion has always been helping people. I hope to continue helping people through my YouTube channel. Contact Tony at: quiktechreview🤍gmail.com Follow me on: Twitter 🤍quiktechreview Facebook 🤍quiktechsolutionsllc Instagram 🤍quiktechsolutionsllc Hope you enjoyed this video. Please subscribe, like, & share.
Setup Pi-hole with Docker on Raspberry Pi to use Pi as an Ad Blocker DNS Server. Notes: 🤍
✅ Written Instructions: 🤍 🔔 Subscribe for more tech-related tutorials and overviews: 🤍 🚀 Product Recommendations: 🤍 ❤️ Check out our website: 🤍 DISCLAIMER: The information in this video has been self-taught through years of technical tinkering. While we do our best to provide accurate, useful information, we make no guarantee that our viewers will achieve the same level of success. WunderTech does not assume liability nor responsibility to any person or entity with respect to damage caused directly or indirectly from its content or associated media. Use at your own risk. WunderTech is a trade name of WunderTech, LLC. 0:00 Intro 1:08 Pi-hole Setup 10:12 Conclusion
If you want to have the ulimate control over name resolution in your home lab environment and home network in general and , I want to show you guys an awesome DNS solution called Unbound you can use along with Pi-hole in your environment. With these you can to block ads, malicious traffic, and control DNS lookups. Let's look at Pi-hole unbound blackhole DNS configuration and see how you can easily configure unbound along with Pihole. Subscribe to the channel: 🤍 My blog: 🤍 _ Social Media: 🤍 LinkedIn: 🤍 Github: 🤍 Introduction to DNS and Unbound DNS - 0:00 Overview of Unbound DNS and why you want to use it - 1:00 New security features with DNS resolution - 1:29 You no longer need to forward your DNS to a middle tier DNS layer - 1:50 With Unbound, you can speak directly to Internet root DNS servers - 2:30 Beginning the installatio of Unbound DNS - 3:15 Pulling down the list of root DNS servers - 3:43 Creating the configuration file for Unbound - 4:12 Looking through the Unbound configuration file - 4:57 Changing the interface where Unbound is running - 5:40 Creating the clients.conf file for access control to Unbound - 6:00 Restarting the Unbound DNS service - 7:05 Using Dig to test the Unbound DNS server - 7:20 Looking at the cache functionality of Unbound DNS - 7:33 Making use of Unbound DNS with Pihole - 7:55 Looking at the Docker Compose file to spin up Traefik and Pi-hole - 8:17 Overview of the DNS communication flow between Pi-hole and Unbound - 9:08 Overview of testing - 9:30 Using a Windows 11 test machine and the DNS properties - 9:43 Running recursive DNS lookups with Unbound DNS - 10:15 Describing the cach building on Unbound DNS - 10:45 Looking at the unbound-control command line commands - 11:05 Running unbound-control status - 11:50 Running unbound-control stats_noreset - 11:57 Wrapping up thoughts on Unbound DNS and taking control over DNS queries - 12:25 About Unbound DNS server: 🤍 Pi-hole DNS Network-wide Ad Blocking: 🤍
You can’t block this AD!! (It’s time to get your A+ and CCNA with ITProTV): 🤍 (30% off FOREVER) *affiliate link Block ALL ads in your home network with AdGuard. In this video, NetworkChuck will show you how to block all the ads in your home network using a technique called a dns sinkhole. NetworkChuck will walk you through installing adguard on Mac and Linux, specifically a Raspberry Pi and a VPS (cloud server). VIDEO STUFF - COMMANDS Install AdGuard (Unix - Automated) curl -s -S -L 🤍 | sh -s -v Docker Install: VIDEO: 🤍 Commands: docker run name adguardhome \ restart unless-stopped \ -v adguard_data:/opt/adguardhome/work \ -v adguard_config:/opt/adguardhome/conf \ -p 53:53/tcp -p 53:53/udp \ -p 80:80/tcp -p 443:443/tcp -p 443:443/udp -p 3000:3000/tcp \ -d adguard/adguardhome Disable Systemd resolver: sudo systemctl stop systemd-resolved sudo systemctl disable systemd-resolved Official Adguard Github: 🤍 Set a Static IP Address: 🤍 Change DNS Server on Your Router: 🤍 Install AdGuard Using Docker: 🤍 🔥🔥Join the NetworkChuck Academy!: 🤍 Sponsored by ITProTV SUPPORT NETWORKCHUCK - ➡️NetworkChuck membership: 🤍 ☕☕ COFFEE and MERCH: 🤍 Check out my new channel: 🤍 🆘🆘NEED HELP?? Join the Discord Server: 🤍 STUDY WITH ME on Twitch: 🤍 READY TO LEARN?? - -Learn Python: 🤍 -Get your CCNA: 🤍 FOLLOW ME EVERYWHERE - Instagram: 🤍 Twitter: 🤍 Facebook: 🤍 Join the Discord server: 🤍 0:00 ⏩ Intro 0:34 ⏩ Captain Adguard 0:42 ⏩ What we’re going to do!! 1:26 ⏩ How ads work with DNS 2:09 ⏩ How Adguard will block ads 2:45 ⏩ The DNS Sinkhole 3:42 ⏩ You can’t block this Ad 4:08 ⏩ With Adguard you have the CONTROL!! 4:35 ⏩ Installing Adguard with a raspberry pi 6:35 ⏩ Tell all of your devices to use Adguard 7:54 ⏩ 2 ways to make sure the Adguard server never changes 9:08 ⏩ Settings to make your house Kid-friendly 9:24 ⏩ The Real power 11:14 ⏩ Using The different settings Adguard has AFFILIATES & REFERRALS - (GEAR I USE...STUFF I RECOMMEND) My network gear: 🤍 Amazon Affiliate Store: 🤍 Buy a Raspberry Pi: 🤍 Do you want to know how I draw on the screen?? Go to 🤍 and use code NetworkChuck to get 20% off!! #Adguard #DNS #blockads
Setup PiHole in a Synology NAS Docker and start filtering DNS queries from every device on your network. If you already own a Synology NAS, you can run a PiHole instance in Docker in minutes. Watch this video to find out how. PiHole is a DNS level application that "sits between" your endpoints and other top level DNS servers and filters out DNS queries made from your endpoint to known ad servers. See how to Setup PiHole in a Synology NAS Docker and start utilizing the "power" of this application to clean up your network from ads and much more. Once we Setup PiHole in a Synology NAS Docker we will be able to configure the pihole and then we will configure our firewall internet settings to direct DNS queries to the pihole. The pihole will filter out queries to known ad servers and will allow all other queries to reach top level DNS servers as normal. if you decide to Setup PiHole in a Synology NAS Docker you need to understand that if you shutdown your Synology NAS, your pihole instance is also shutdown and thus DNS filtering will not occur. so you might want to setup a second pihole server or configure devices to fallback on a known top DNS server like 1.1.1.1 or 8.8.8.8 As always, we will defiantly welcome your input and comments about using or Setting up PiHole in a Synology NAS Docker or using Pihole in general. Cheat sheet: /etc/dnsmasq.d /etc/pihole WEBPASSWORD - The login password for the pihole admin web interface WEB_PORT - The port for the pihole admin web interface DNSMASQ_LISTENING - local ServerIP - The IP address of your Synology NAS #synology #pihole #docker Please subscribe and follow us on Twitter: 🤍 Join our Synology Facebook group: 🤍 Join our Ubiquiti UniFi Facebook group: 🤍 Video Index: 0:00 Intro 4:25 Creating the docker instance 10:03 Configuring the deployed Pihole 12:05 Configuring your router 14:36 Summary
Pi-Hole is a wonderful ad blocking DNS sever for your network, but did you know you can also use it for a Local DNS server? In this fast, simple, and easy guide we'll walk through how to create DNS Entries (A Records) for the clients on your network and also set up Aliases (pointers to A Records) so that you can start using DNS at home instead of relying on IP addresses. ★ Subscribe! 🤍 ★ I'm Live on Twitch 🤍 ★ Get Help in Our Discord Community! 🤍 ★ Subscribe to Techno Tim Talks! 🤍 ★ Documentation found here 🤍 ⚙ Gear Recommendations ⚙ ► 🤍 ♦ Patreon 🤍 ♦ GitHub 🤍 ♦ Twitch 🤍 ♦ Twitter 🤍 ♦ Discord 🤍 ♦ Instagram 🤍 ♦ Facebook 🤍 ♦ TikTok 🤍 #PiHole #HomeLab #TechnoTim "Strike This" is from Harris Heller's album Drop. 🤍 Thank you for watching!
In this video we'll look at How to Install Pihole on OpenMediaVault (OMV) 5. First things first, you'll need to change your OMV port from 80 to 81 so that Pihole can be on port 80. This is important for setting up DNS later as we can’t add a port number to DNS. Docker has to be in Swarm Mode. Changing to Swarm Mode SHOULDN’T affect pre-existing containers. I’ve tested a few with positive results. More info about Docker Swarm: 🤍 First, setup Docker Swarm: - docker swarm init - Reboot Change permissions of Config folder in shares: - chmod -R ugo+rwx Config - create Pihole folder - create etc-pihole folder in Pihole folder - create ect-dnsmasq.d folder in Pihole folder Add stack to Portainer (Download/Copy Schema from here): 🤍 Moving forward, Portainer won't accept Version “2” schemas - You'll have to change “2” to “3” You may also gave to manually create folders when creating containers Pihole won’t show IP addresses of individual clients on the network. It will only show the IP Pihole created for the virtual network. Queries and Clients charts won’t show anything for a bit. Takes time for some reason. Give it about 20 minutes and they should show up. /=/ Here's my Amazon Influencer Shop Link: Amazon: 🤍 /=/ Like what I do? Want to be generous and help support my channel? Here are some ways to support: Patreon: 🤍 Ko-fi: 🤍 /=/ Remember to leave a like on this video and subscribe if you want to see more! /=/ Follow Me: Twitter: 🤍 Facebook: 🤍 Subscribe: 🤍 #Pihole #PiholeOnOMV #PiholeOpenMediaVault
Forum Guide: 🤍 Thanks for watching our videos! If you want more, check us out online at the following places: + Website: 🤍 + Forums: 🤍 + Store: 🤍 + Patreon: 🤍 + KoFi: 🤍 + L1 Twitter: 🤍 + L1 Facebook: 🤍 + L1/PGP Streaming: 🤍 + Wendell Twitter: 🤍 + Ryan Twitter: 🤍 + Krista Twitter: 🤍 + Business Inquiries/Brand Integrations: Queries🤍level1techs.com *IMPORTANT* Any email lacking “level1techs.com” should be ignored and immediately reported to Queries🤍level1techs.com. - Intro and Outro Music By: Kevin MacLeod (incompetech.com) Licensed under Creative Commons: By Attribution 3.0 License 🤍
This video goes over setting up Pi-hole on a Synology NAS using Docker with both a MacVLAN and bridge network. The video topics include: • An explanation of the Pi-hole network which uses both a MacVLAN and bridge network. • Installing the Docker package through the Synology Package Center. • Enabling the SSH service. • Setting up the Docker MacVLAN network. • Setting up the Docker bridge network. • Setting up the Pi-hole Docker container. • Configuring the Synology NAS to use the Pi-hole container. • Testing access to the Pi-hole Docker container for both the MacVLAN and bridge networks using the terminal command nslookup. • Connecting and logging in to the Pi-hole WebGUI. = SUPPORT THIS CHANNEL • Buy Me a Coffee - 🤍 • PrivadoVPN - 🤍 Synology NAS Models I use and recommend (Amazon Affiliate Links) • Synology 2 Bay NAS DS220+ - 🤍 • Synology 2 Bay NAS DS720+ - 🤍 • Synology 4 Bay NAS DS920+ - 🤍 = In the video I mentioned or referenced the following link: • Introduction to MacVLAN - 🤍 • Use macvlan networks - 🤍 • Practical Design Patterns in Docker Networking - 🤍 • How to Configure and Manage a Synology NAS with SSH - 🤍 Commands used in the video: • Figure out what network interface the Synology NAS is using - ip address • Create the MacVLAN network - sudo docker network create -d macvlan -o parent=eth0 subnet=192.168.81.0/24 gateway=192.168.81.1 ip-range=192.168.81.8/32 pihole-macvlan • Test that Pi-hole is accessible from the command line - nslookup • At the nslookup prompt change server - server MacVLAN_IP • At the nslookup prompt view current server being queried - server Timecodes 0:00 | Introduction 0:33 | Pi-hole Network Setup Explained 1:52 | Install Docker Package 2:18 | Enable SSH 2:56 | Setup The Docker MacVLAN Network 5:33 | Setup The Docker Bridge Network 6:27 | Setup The Pi-hole Docker Container 8:50 | Configure The Synology NAS To Use The Pi-hole Container 9:10 | Test The Setup With Nslookup 10:45 | Connect To The WebGUI Of Pi-hole 11:02 | Closing #synology #pihole #docker #pi-hole #macvlan #bridge
Pi-hole is a network-wide ad blocker that is designed to run on a Raspberry Pi. This is a fun and easy Raspberry Pi project that can be completed in less than an hour! Full written step-by-step directions are included at the link below! World's Greatest Pi-hole Tutorial: 🤍 Pi-hole project: 🤍 Timecodes: 00:00 Intro 00:29 What is Pi-hole? 01:28 How to Get a Pi-hole in 2023 02:26 What You Need to Get Started with Pi-hole 04:24 Raspberry Pi Imager 06:25 Finding and Connecting to your Raspberry Pi 08:07 Updating the Raspberry Pi 08:24 Setting a Static IP Address on the Raspberry Pi 10:48 Installing Pi-hole on the Raspberry Pi 15:17 Setting the Pi-hole Admin Password 15:43 Logging into the Pi-hole 16:00 Pi-hole Dashboard and Menus 18:08 Adding Pi-hole Block Lists 22:00 How to Disable Pi-hole 24:23 More Pi-hole Menu Settings 25:05 Pi-hole Settings 28:25 Configuring your Devices to use the Pi-hole 32:06 Unbound Installation and Configuration 36:46 Testing the Pi-hole Ad Blocking 38:01 Updating the Pi-hole Buy me a beer! 🤍 Or donate some Crypto! 🤍 Crosstalk Discord: 🤍 Follow me on: - Twitter: 🤍 - Facebook: 🤍 - Instagram: 🤍 - TikTok: 🤍 Crosstalk Solutions - RECOMMENDED PRODUCTS: 🤍 Amazon Wish List: 🤍 Crosstalk Solutions offers best practice phone systems and network/wireless infrastructure design/deployment. Visit 🤍 for more info! Connect with Chris: LinkedIn: 🤍 YouTube: 🤍
For 21 FREE meals with HelloFresh plus free shipping, use code HARDWAREHAVEN21 at 🤍 FAQ and Concerns: - Why didn’t I use OPNSense? I just don’t have much experience with it, but I will try it out later, maybe even before I set this up in my home! - PFSense can do basically all of those things with other packages; why not do that? Honestly, I wasn’t aware of all the packages available, especially the experimental ones. But I also like the flexibility of containers and VMs. I can easily swap to OPNSense later without having to set everything else up again if I want for example. Also, software preference is a thing. It doesn’t mean I think running everything bare metal is a bad idea. Quite the opposite! I built a virtualized router similar to this a while back, but now I'm going to take it to the next level and build my "ULTIMATE" router. Or something along those lines... #homeserver #pfsense #virtualization ► Proxmox Disk Pass-Thru 🤍 ► Installing Realtek Drivers On PFSense: 🤍 ► PIVPN Host Setup: (This is for Vanilla WireGuard on Alpine, but the host setup stuff is the same) 🤍 ► Seeed Studio Odyssey 🤍 - Music (in order): "Hardware Haven Theme" -Me (🤍 "The Butterfly Nose" - GARRISON (🤍 "Town Groove" - Me "CRENSHAW VIBES" - GARRISON - Gear I Use: (affiliate links) ► Camera - LUMIX G7 🤍 ► SD Cards - SanDisk Extreme PRO 🤍 ► Capture Card - EVGA XR1 🤍 ► Studio Lights 🤍 ► Microphone - Shure SM7b 🤍 ► Interface - Presonus Quantum 🤍 ► Teleprompter 🤍 - Timestamps: 0:00 Intro 0:30 Today's Sponsor - Hello Fresh 2:05 What Am I Doing? 6:00 The Hardware 6:56 Assembly Montage 7:48 The Software - Proxmox 8:18 PFSense Setup 11:15 Pi-hole 12:24 Wireguard 14:13 Why I'm Lame 15:08 What Next?
Today we are going to have a look at just how easy you can block ads completely from your network and use the local dns feature together with Nginx Proxy Manager, so you'll never have to remember another ip again. All using Docker. Get the Docker compose file: 🤍 Pi-Hole: 🤍 The Raspberry Pi Imager: 🤍 Nginx Proxy Manager: 🤍 Music used: 🤍 Let me know in the comments how it worked out for you and remember to subscribe to get notifications of other videos 00:00:00 Intro 00:00:24 What is Pi Hole? 00:00:52 Formatting the SD card 00:02:43 Finding the Ip Address 00:03:30 Update The Raspberry Pi 00:04:01 Install Docker Compose 00:04:24 Clone the Git Repository 00:04:45 Edit the Docker compose file 00:05:31 Run docker compose 00:05:44 Walkthrough of Pi Hole 00:07:33 Using Proxy Manager
Erklärt wird die Installation von Docker auf einem Raspberry Pi. Zusätzlich wird für Docker eine graphische Oberfläche namens Portainer installiert. Hierrüber - als Test bzw. um zu zeigen wie einfach es ist - wird noch schnell PiHole installiert. Anbei ein Link zu den in dem Video vorgestellten Produkte bei Amazon. Ihr erhaltet die normalen Amazon-preise. Durch den speziellen Link erhalte ich eine kleine Provision für meine Arbeit. Raspberry Pi 4 Einzeln: 🤍 Raspberry Pi 4 im Set: 🤍 Konsolenbefehle zum Kopieren: sudo apt-get update sudo apt-get upgrade Docker installation: curl -sSL 🤍 | sh User Pi für Docker berechtigen: sudo usermod -aG docker pi Reboot des Gerätes: sudo reboot Installation Portainer: docker run -d -p 8000:8000 -p 9000:9000 name=portainer restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce Hinzuügen Container für PiHole: Name: piHole Image: pihole/pihole:latest Network port publishing: 443 TCP 53 TCP 53 UDP 80 TCP 67 UDP Volumes BIND: /etc/dnsmasq.d /home/pi/pihole/dnsmasq.d /etc/pihole /home/pi/pihole/pihole ENV: TZ Europe/Berlin WEBPASSWORD raspi Restartplocy „Unless stopped“ URL für Portainer: http://IPRASPBERYY:9000 URL für PiHole: http://PIRASPBERRY/admin
Pi-hole is an amazing tool with tons of functionality beyond it's main purpose of filtering out ads from your devices. Now, imagine you went to all that trouble to get rid of those ads and tracking, but you still send all your requests right through your ISPs DNS servers, or Google's DNS servers, or anyone else's DNS servers. Instead, how about setup your own DNS server, and then tell Pi-hole to use that? It's really not difficult, so you should definitely get it setup. = Links = Show Notes 🤍 Unbound DNS 🤍 Unbound Docker Image 🤍 = Timestamps = 00:00 Beginning 00:09 Introduction to Pi-Hole and Unbound DNS 06:50 Install Unbound using Docker 10:05 Point Pi-hole to Unbound 11:05 Test and Make sure we can still get to sites and have ads filtered. 15:20 Thank you to all of my Patrons at Patreon, and all of my Subscribers on YouTube = Contact = Twitter: 🤍mickintx Telegram: 🤍MickInTx Mastodon: 🤍l/ 🤍MickInTX Try out SSDNodes VPS Services! Amazing Specs for incredibly low costs. I'm running a 32 GB RAM / $ CPU Server for only $9 a month! Seriously. FOr long term server usage, this is the way to go! 🤍 Get a $50.00 credit for Digital Ocean by signing up with this link: 🤍 Use Hover as your Domain Name Registrar to get some great control over you domains / sub-domains: 🤍 Support my Channel and ongoing efforts through Patreon: 🤍 What does the money go to? To Pay for Digital Ocean droplets, donations to open source projects I feature, any hardware I may need to purchase for future episodes (which I will then give to a subscriber in a drawing or contest). = Attributions = Intro and Outro music provided by 🤍
✅ Conheça a hospedagem da Hostinger: 🤍 O Pi-Hole é uma aplicação super leve que pode rodar em um Raspberry Pi, ou qualquer outro dispositivo que rode Linux (Debian, Ubuntu, Fedora ou CentOS), ou até mesmo em um container docker. O Pi-Hole consegue bloquear todos os anúncios da internet e pode ser usado como um DNS para operar diretamente no roteador ou individualmente nos dispositivos que quisermos que tenham anúncios bloqueados. Ele também pode ser instalado em servidores públicos, o que acaba gerando uma certa flexibilidade para você acessar o servidor de qualquer rede que você esteja. O Pi-Hole ainda permite que você selecione domínios específicos para liberar ou bloquear o acesso a URLs de anúncio, ou até mesmo personalizar quais URLs de anúncio serão bloqueadas. 👑 Quer aprender mais Linux? Seja membro do canal: 🤍 📩 Receba nossos conteúdos no seu Email: 🤍 🥇 Agradecimento especial a todos os nossos membros, em especial aos da categoria "Diolinux GO" por nos ajudarem a continuar criando conteúdo: ‣ Samuel Novaes ‣ Felipe Duarte Ferreira ‣ kraudio vfd62 ‣ sagara_BR ⭐ Conheça o nosso trabalho: 🤍 🎤 Nosso PodCast: 🤍 🎮 Nosso canal de Lives de games: 🤍 🛒 Nossa loja (na Lolja): 🤍 📬 Contato comercial: blogdiolinux🤍gmail.com 📎 Fontes e Links: ‣ 🤍 ‣ Vídeo sobre o Proxmox: 🤍 #Ads #YouTube #Internet #Linux #Windows #Android
Pihole deployment with Synology container manager is in certain cases much easier and more customizable than the old fashion way. no more running scripts or needing to use SSH commands. Pihole is a great tool to filter out annoying ads and with adding additional lists, pihole can also filter out privacy violating sites, malware sites, etc. Pihole deployment with Synology container manager is definitely something i recommend to all Synology owners. With the new DSM 7.2 container manager package, you can create containers the old fashion way but now, we have the option to use standard docker compose configurations with east. Pihole deployment with Synology container manager with docker compose is the topic of this video. Pihole deployment with Synology container manager, much like any other containers you might deploy with container manager, can start with docker compose file you find online with ease and just modify the configuration based on your needs. yes, it does require some YAML understanding but its not difficult to understand. As promised, here is the site i used to add lists into my pihole instance after I deployed with Synology container manager: 🤍 Here is my Pihole docker compose code: version: "3" services: pihole: container_name: pihole image: pihole/pihole:latest network_mode: "host" environment: TZ: 'America/Chicago' WEBPASSWORD: 'pipassword' WEB_PORT: '8081' volumes: - '/volume1/docker/Pihole/pihole:/etc/pihole' - '/volume1/docker/Pihole/dnsmasq.d:/etc/dnsmasq.d' restart: unless-stopped #synology #docker #pihole Follow us on twitter: 🤍 Join our Synology Facebook group: 🤍 Join our Ubiquiti UniFi Facebook group: 🤍
How to install Pi-Hole Open source ad blocker on your network using Docker on Windows 10.
In this video I go over 5 things you need to know about PiHole when adding it to your home network. Links: How to setup PiHole on Docker: 🤍 #pihole #homelab #youneedthis
In this video, I'll show you, why and how can you replace your router's DNS & DHCP servers with PiHole's. If you have a cheap router or mess with DNS/DHCP from time to time, this video is for you. Enjoy! More info on Docker + DHCP and Docker host network in general: - 🤍 - 🤍 If you enjoyed this video and want to see more, please consider subscribing to my channel! My programming projects and Arduino code samples on GitHub: - 🤍 My 3D printing Projects on Thingiverse: - 🤍 My published Docker images on DockerHub: - 🤍 Also check out the social media for more info on this page, about what I'm up to, etc: - 🤍 - 🤍 - 🤍
Script: 🤍 If you are new to Docker and containers, this video will help you get started with this trending hot topic. - How to Install Docker Engine on Windows 10 - How to enable Windows Subsystem for Linux - How to update Windows 10 Linux Kernel for WSL 2 - How to install Pi-Hole on Windows 10 with Docker - How to use custom ports on Docker container for port conflict - How to terminal / CLI to any docker container = Network Security courses on ElastiCourse/Udemy: Introduction to Fortigate Firewall 🤍 🤍 Fortigate Advanced Configuration 🤍 🤍 Introduction to FortiManager course 🤍 🤍 = AWS Web Application deployment and migration course 🤍 🤍
🚩 Mini Server: 🤍 🚩 Geilster Access Point 🤍 EAP660 HD Homelab: 🤍 Mein PC: 🤍 In diesem Training werden grundlege Inhalte zum Thema Container-Technologie und Docker vermittelt. Mit Hilfe von Portainer werden die Grundlegenden Griffe in einer Docker Umgebung erklärt und aufgezeigt. Gemeinsam starten wir mit einer blanken Debian 10 Installation und installieren nach einigen technischen Erklärungen Docker auf dem Host. Alles natürlich Live an einer von mir bereitgestellten Maschine. Kursinhalt chronologisch aufgelistet: Vorwort // Herzlich Willkommen Grundlegendes zum Thema Containertechnologien Schritt für Schritt Anleitungen für nun alle folgenden Punkte mit vielen Erklärungen Portainer Installation und Vorstellung NGINX Proxy Manager Installation und Erklärung Vaultwarden Installation und Einrichtung Pi-Hole Installation und Einrichtung Für wen ist das Training geeignet? Privat Interessierte und angehende Systemadministratoren (Fachinformatiker) Privatpersonen zum erstellen einer laufenden Docker + Portainer + NGINX Proxy Manager + Vaultwarden (Bitwarden) + Pi-Hole Umgebung IT Neulinge IT-Dienstleistungen (Coaching, Training, Beratung, Einrichtung) 🤍 ██ MINI PCs für Proxmox / pfSense / OPNsense / Server ██ Preis-/ Leistungssieger: 🤍 Leistungskiller: 🤍 Bester & Billig*: 🤍 ██ NAS Systeme für Zuhause oder im Büro ██ Meine Empfehlung: 🤍 Für Zuhause: 🤍 Preis-/Leistungssieger: 🤍 ██ Mini Reise Router Empfehlungen ██ Günstigster: 🤍 Der Sieger: 🤍 Anfänger geeignet: 🤍 🔔 Social Media 🔔 Spendiere mir doch einen ☕ bitte: 🤍 ► Twitch 🤍 ► Discord 🤍 ► Twitter 🤍 ► Webseite 🤍 ► Mein Browsergame 🤍 #Docker #Training #Erklärt Impressum 🤍 *Alle Links zu Produkten oder Dienstleistungen sind Affiliate-Links und verändern in keinster Weise deinen zu bezahlenden Betrag, sondern unterstützen mich und den Kanal. Dafür #Danke
Check out the steps on GIthub 🤍 Im showing how to get pi-hole setup to start blocking ads and trackers. Have your router point to the container to get add blocking on all our devices. #pihole #rasberrypi #linux #windows11 #wsl2 #portainer #docker #homelab #configure #setup #install #WSL2 #Docker #Linux #Container #VM #Windows11 #windows #Tech #Dog #Cloud #WindowsSubsystem #portainer #Vitrual #Backend
"pihole -up" funktioniert unter Docker nicht! Was jetzt? Dieses Video erklärt in 60 Sekunden wie man einen Pi-Hole unter Docker upgraded. Passives Einkommen verdienen mit Honeygain: 🤍
En este vídeo vamos a ver como instalar Pi-Hole en Raspberry Pi con Docker y Portainer. Vamos a ver como configurarlo y como ponerlo en marcha 🅻🅸🅽🅺🆂 🅸🅼🅿🅾🆁🆃🅰🅽🆃🅴🆂 Información de Pi-Hole en Docker Hub: 🤍 Página oficial portainer: 🤍 Página oficial de Docker: 🤍 Para cambiar la contraseña de Pi-Hole, entrar por SSH a vuestra Raspberry (carpeta donde habéis creado los contenedores) y enviar lo siguiente: sudo docker exec -it pihole bash Una vez hecho esto, con el siguiente comando cambiáis la contraseña: pihole -a -p 💰 🆂🅾🅿🅾🆁🆃🅴 🅿🅰🆁🅰 🅴🆂🆃🅴 🅲🅰🅽🅰🅻 🤍 🅼🅸🆂 🆅🅸🅳🅴🅾🆂 🅷🅰🅱🅻🅰🅽 🆂🅾🅱🆁🅴 Home Assistant, Raspberry 3, Raspberry pi 3, Raspberry, Raspberry Pi, Home Assistant en Raspberry, Docker, docker compose, hassio, HassOS, Raspbian, como instalar home assistant en raspberry, como instalar home assistant en raspbian, home assistant supervisor, home assistant core, instalacion de home assistant desde cero, Telegram, Alexa, Ewelink, domotica, Nuc, Pi Hole, Plex, Tasmota, Sonoff, VPN, Domótica, Domotica, tecnosanvaras.
Si vous avez un PiHole chez vous, il est très probablement installé sur un Raspberry PI, une VM ou petite machine dédiée de récup. Mais saviez-vous qu'installer PiHole avec Docker c'est possible ? Article : 🤍 ▬▬ Réseaux / Sites ▬▬ Mon site : 🤍 Mon wiki : 🤍 Discord : 🤍 - Twitch : 🤍 Twitter : 🤍 Instagram : 🤍 LinkedIn : 🤍 ▬▬ Me soutenir💲▬▬ 🤍 ▬▬ Me contacter ✉️ ▬▬ 🤍 ▬▬▬ Chapitres ⤵️ ▬▬▬ 0:00 Pihole aussi sous Docker ! 0:19 Installation 02:40 Tour des paramètres 5:01 Déjà fini ): #PiHole #Docker #DNS
Pihole time! Druvis is back and this time, things get real. Installing a PiHole container image on MikroTik RouterOS!