mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
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.
This commit is contained in:
parent
4fb047fa65
commit
7dc204056e
@ -16,7 +16,7 @@ ip link set br5.mac up
|
||||
|
||||
ip route add 10.0.5.3/32 dev br5.mac
|
||||
#Remove the # on the line below when Docker container is deployed.
|
||||
#podman start AdguardHome
|
||||
#podman start adguardhome
|
||||
|
||||
# Uncomment and adjust these rules if you want to use DNAT to force DNS to this container.
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user