fix(dhcp): Make DHCP Relay disabled by default
This commit is contained in:
parent
7de5076622
commit
196b56ad42
@ -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.
|
||||
|
@ -11,7 +11,7 @@ services:
|
||||
network_mode: host
|
||||
mem_reservation: 6m
|
||||
profiles:
|
||||
- adguardhome
|
||||
- adguardhome-dhcp
|
||||
|
||||
adguardhome:
|
||||
image: adguard/adguardhome
|
||||
|
Loading…
Reference in New Issue
Block a user