Merge remote-tracking branch 'origin/master'

This commit is contained in:
John Dorman 2020-06-27 01:36:16 -07:00
commit 2c216df841
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -50,9 +50,9 @@ Example: examples/unifi-os-files/udmboot.service
```
echo "[Unit]
Description=Run On Startup UDM
After=network.target
[Service]
After=network.target
ExecStart=/etc/init.d/udm.sh
[Install]

View File

@ -1,8 +1,8 @@
[Unit]
Description=Run On Startup UDM
After=network.target
[Service]
After=network.target
ExecStart=/etc/init.d/udm.sh
[Install]

View File

@ -5,9 +5,9 @@ chmod u+x /etc/init.d/udm.sh
echo "[Unit]
Description=Run On Startup UDM
After=network.target
[Service]
After=network.target
ExecStart=/etc/init.d/udm.sh
[Install]