From 27b8b66b555794c514cad9ba2224fa1c0843763a Mon Sep 17 00:00:00 2001 From: Josh Peizer <4177684+jpeizer@users.noreply.github.com> Date: Sat, 27 Jun 2020 04:24:41 -0400 Subject: [PATCH 1/3] 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. --- AdguardHome/udm-files/on_boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdguardHome/udm-files/on_boot.sh b/AdguardHome/udm-files/on_boot.sh index 10b8537..79aeb64 100644 --- a/AdguardHome/udm-files/on_boot.sh +++ b/AdguardHome/udm-files/on_boot.sh @@ -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 From 6e4fccd5faf86f480ed5f12e5192d7bb02214ae2 Mon Sep 17 00:00:00 2001 From: John Dorman Date: Sat, 27 Jun 2020 01:34:44 -0700 Subject: [PATCH 2/3] NextDNS 1.7.0 --- nextdns/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextdns/docker/Dockerfile b/nextdns/docker/Dockerfile index eef87fe..b4efc39 100644 --- a/nextdns/docker/Dockerfile +++ b/nextdns/docker/Dockerfile @@ -1,5 +1,5 @@ FROM alpine -ENV VERSION=1.6.4 +ENV VERSION=1.7.0 LABEL maintainer="John Dorman " RUN apk add --no-cache ca-certificates \ && mkdir -p /opt/nextdns \ From 8fb14cb5383342024ee0db830e94bb41c259f529 Mon Sep 17 00:00:00 2001 From: John Dorman Date: Sun, 28 Jun 2020 01:19:31 -0700 Subject: [PATCH 3/3] Git Ignore --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes index 09493d3..d29f870 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,5 @@ *.conflist filter=lfs diff=lfs merge=lfs -text *.yml filter=lfs diff=lfs merge=lfs -text *.conf filter=lfs diff=lfs merge=lfs -text +*.gitignore filter=lfs diff=lfs merge=lfs -text * text !filter !merge !diff diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85e7c1d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea/