haussteuerung:adguard_home
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haussteuerung:adguard_home [2025/10/14 04:38] – created dominik | haussteuerung:adguard_home [2025/10/14 07:48] (current) – [AdGuard Home] dominik | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== AdGuard Home ====== | ====== AdGuard Home ====== | ||
+ | dominik / '' | ||
+ | |||
+ | ===== Installation ===== | ||
+ | * Läuft auf der 2ten NIC vom Server mit eigener IP ! (192.168.30.8) | ||
+ | * Der Trick: Die 2te NIC muss in OMV aktiviert werden. Dazu gibt man ihr eine IP die NICHT .8 ist (also anders als AdGuardHome). Und am besten lässt man da auch das Gateway weg! \\ {{.: | ||
+ | * AdGuard Home findet man als Paket direkt unter Comppose -> Files -> + -> Add from example | ||
+ | * Das File was er dann erzeuigt kann man editieren <code | download> | ||
+ | # Date: 2025-06-01 | ||
+ | # https:// | ||
+ | # https:// | ||
+ | services: | ||
+ | adguard-home: | ||
+ | container_name: | ||
+ | image: adguard/ | ||
+ | networks: | ||
+ | AdGuardNic2: | ||
+ | ipv4_address: | ||
+ | restart: unless-stopped | ||
+ | ports: | ||
+ | - 53: | ||
+ | - 53: | ||
+ | #- 67: | ||
+ | #- 68: | ||
+ | #- 68: | ||
+ | - 784: | ||
+ | - 80: | ||
+ | - 443: | ||
+ | - 3000: | ||
+ | - 853: | ||
+ | - 853: | ||
+ | - 5443: | ||
+ | - 5443: | ||
+ | volumes: | ||
+ | - / | ||
+ | - / | ||
+ | networks: | ||
+ | AdGuardNic2: | ||
+ | external: true | ||
+ | </ | ||
+ | * Dann noch eine NIC anlegen -> Compose -> Networks \\ {{.: | ||
+ | * Der Name " | ||
+ | * Und dann muss man noch als DNS in der Fritzbox eben 192.168.30.8 zuweisen (Die AdGuard Home IP eben ...) | ||
+ | * Funktioniert dann auch mit WireGuard : | ||
+ | ===== Router ===== | ||
+ | |||
+ | This setup automatically covers all devices connected to your home router, no need to configure each of them manually. | ||
+ | |||
+ | Open the preferences for your router. Usually, you can access it from your browser via a URL, such as http:// | ||
+ | Find the DHCP/DNS settings. Look for the DNS letters next to a field which allows two or three sets of numbers, each broken into four groups of one to three digits. | ||
+ | Enter your AdGuard Home server addresses there. | ||
+ | On some router types, a custom DNS server cannot be set up. In that case, setting up AdGuard Home as a DHCP server may help. Otherwise, you should check the router manual on how to customize DNS servers on your specific router model. | ||
+ | |||
+ | ===== Ip Renew ===== | ||
+ | ^ System | ||
+ | | Windows | ||
+ | | Linux | '' | ||
+ | | Linux | '' | ||
+ | | Linux | '' | ||
+ | | Android | ||
haussteuerung/adguard_home.1760409526.txt.gz · Last modified: by dominik