Skip to content

Commit 27b8b66

Browse files
authored
Update on_boot.sh (#11)
The docker creation points to adguardhome and is case sensitive. So either changing the docker example or this line will allow the script to launch adguard on boot successfully.
1 parent c6c5464 commit 27b8b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AdguardHome/udm-files/on_boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ip link set br5.mac up
1616

1717
ip route add 10.0.5.3/32 dev br5.mac
1818
#Remove the # on the line below when Docker container is deployed.
19-
#podman start AdguardHome
19+
#podman start adguardhome
2020

2121
# Uncomment and adjust these rules if you want to use DNAT to force DNS to this container.
2222
# iptables -t nat -C PREROUTING -i br0 -p udp ! --source 10.0.5.3 ! --destination 10.0.5.3 --dport 53 -j DNAT --to 10.0.5.3 || iptables -t nat -A PREROUTING -i br0 -p udp ! --source 10.0.5.3 ! --destination 10.0.5.3 --dport 53 -j DNAT --to 10.0.5.3

0 commit comments

Comments
 (0)