Block Ads on Your Synology NAS with AdGuard Home in Minutes (2 Easy Ways!)

Digital Aloha
Digital Aloha
3.6 هزار بار بازدید - 4 ماه پیش - In this video we'll be
In this video we'll be setting up AdGuard Home to block ads and trackers, across your entire network using either a host or bridge network on your Synology NAS using Container Manager.

⭐️ BUY ME A COFFEE⭐️
https://www.buymeacoffee.com/digitala...

⭐️ SUPPORT THIS CHANNEL⭐️
https://digitalaloha.com/support-my-w...

⭐️ HIRE ME FOR A PROJECT⭐️
https://digitalaloha.com/hire-me/

The video topics include:
• Introduction to AdGuard Home.
• Setting up AdGuard Home using the Host network mode.
• Setting up AdGuard Home using the Bridge network mode.
• Setting up a DHCP server to use AdGuard Home for it's DNS server.
• Renew a client DHCP lease to use the AdGuard Home DNS server.
• Testing to make sure AdGuard Home is working.
• Introduction to AdGuard Home using a MacVLAN network.

In the video I mentioned or referenced the following link:
• AdGuard Home GitHub Page - https://github.com/AdGuardTeam/AdGuar...

HOST NETWORK YAML
---
version: "3"
services:
   adguardhome:
       image: adguard/adguardhome
       container_name: adguard
       network_mode: host
       volumes:
           - /volume1/docker/adguard/config:/opt/adguardhome/conf
           - /volume1/docker/adguard/data:/opt/adguardhome/work
       restart: unless-stopped
---

BRIDGE NETWORK YAML
---
version: "3"
services:
   adguardhome:
       image: adguard/adguardhome
       container_name: adguard
       ports:
           - 3001:3000/tcp
           - 53:53/udp
       volumes:
           - /volume1/docker/adguard/config:/opt/adguardhome/conf
           - /volume1/docker/adguard/data:/opt/adguardhome/work
       restart: unless-stopped
---

Timecodes
0:00 | Introduction
0:13 | AdGuard Home Intro
0:42 | Install Container Manager And Create AdGuard Home Folders
1:03 | Setup AdGuard Home Using The Host Network Mode
2:51 | Setup DHCP Server To Use AdGuard Home As Its DNS Server
3:15 | Renew Your Computer’s DHCP Lease To Use AdGuard Home
3:48 | Test AdGuard Home - Info On AdGuard Home Setup In Host Network Mode
4:27 | Revert To DHCP Server Original Setup And Renew Client DHCP Lease
4:44 | Stop AdGuard Home Project And Setup Using The Bridge Network Mode
6:36 | Setup DHCP Server, Renew Client DHCP Lease, Test AdGuard Home
7:07 | Info On AdGuard Home Setup In Bridge Network Mode
7:43 | Preview Of AdGuard Home Using A MacVLAN Network
8:13 | Closing

#synology #adguard #adguardhome
4 ماه پیش در تاریخ 1403/02/31 منتشر شده است.
3,609 بـار بازدید شده
... بیشتر