Skip to content

Commit

Permalink
fix(dhcp): Make DHCP Relay disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Jan 19, 2024
1 parent 7de5076 commit 196b56a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ dhcp:
- 6 ips 192.168.0.10,192.168.0.10
```

Enable DHCP Relay by setting `COMPOSE_PROFILES=adguardhome-dhcp`.

#### Expose DNS Server with Tailscale

Based on [Tailscale's documentation](https://tailscale.com/kb/1114/pi-hole), it is easy to use your AdGuard server everywhere.
Expand Down
2 changes: 1 addition & 1 deletion adguardhome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
network_mode: host
mem_reservation: 6m
profiles:
- adguardhome
- adguardhome-dhcp

adguardhome:
image: adguard/adguardhome
Expand Down

0 comments on commit 196b56a

Please sign in to comment.