Replies: 6 comments 1 reply
-
OpenWrt 21.02.0 r16279-5cc0535800 / LuCI openwrt-21.02 branch git-21.231.26241-422c175 |
Beta Was this translation helpful? Give feedback.
-
#!/bin/sh /etc/rc.common PROG=/usr/bin/AdGuardHome starts after network startsSTART=21 stops before networking stopsSTOP=89 start_service() { |
Beta Was this translation helpful? Give feedback.
-
This is free software, licensed under the GNU General Public License v2.See /LICENSE for more information.include $(TOPDIR)/rules.mk PKG_NAME:=adguardhome PKG_SOURCE_PROTO:=git PKG_LICENSE:=GPL-3.0-only PKG_BUILD_DEPENDS:=golang/host node/host packr/host GO_PKG:=github.com/AdguardTeam/AdGuardHome include $(INCLUDE_DIR)/package.mk define Package/adguardhome define Package/adguardhome/conffiles define Package/adguardhome/description define Build/Compile define Package/adguardhome/install
|
Beta Was this translation helpful? Give feedback.
-
What went wrong |
Beta Was this translation helpful? Give feedback.
-
Hello. This looks like a custom build of AGH, and all sorts of things could go wrong. Please use the official |
Beta Was this translation helpful? Give feedback.
-
https://forum.openwrt.org/t/openwrt-adguard-home-101-dnsmasq/110864 Please pay attention to the script in the same thread at https://forum.openwrt.org/t/openwrt-adguard-home-101-dnsmasq/110864/39 For me worked the manual install as per the first link (the only difference is I did it on external USB storage) + dnsmasq / DHCP settings from the second link. External storage set-up is well described here: https://www.youtube.com/watch?v=5UjCT99udm0 (just skipping the AdGuard part from this video) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
root@OpenWrt:/usr/bin#./AdGuardHome -s install --no-check-update
panic: qtls.ClientHelloInfo doesn't match
goroutine 1 [running]:
github.com/marten-seemann/qtls-go1-15.init.0()
github.com/marten-seemann/[email protected]/unsafe.go:20 +0x1b4
Beta Was this translation helpful? Give feedback.
All reactions