aboutsummaryrefslogtreecommitdiff
path: root/net/adguardhome/Makefile
Commit message (Collapse)AuthorAge
* AdGuardHome: update to v0.107.24Zuev Aleksandr2023-02-24
| | | | Signed-off-by: Zuev Aleksandr <A.Zuev@stdev.su>
* AdGuardHome: update to v0.107.21YiZhen Choo2022-12-16
| | | | Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
* adguardhome: bump to 0.107.18Dobroslaw Kijowski2022-11-17
| | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.17 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.18 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* AdGuardHome: update to v0.107.16YiZhen Choo2022-10-21
| | | | Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
* AdGuardHome: update to v0.107.12YiZhen Choo2022-09-14
| | | | Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
* AdGuardHome: update to v0.107.11YiZhen Choo2022-08-30
| | | | Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
* adguardhome: Update v0.107.6James White2022-04-15
| | | | | | Remove Go 1.18 patch as upstream source has updated go dependencies Signed-off-by: James White <james@jmwhite.co.uk>
* adguardhome: Patch quic-go to fix compilation on Go 1.18James White2022-04-03
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* adguardhome: Update adguardhome to v0.107.5James White2022-03-08
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* adguardhome: Bump adguardhome to v0.107.3 stableJames White2022-02-02
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* adguardhome: Update to v0.107.2 stableJames White2022-01-02
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* adguardhome: update to 0.107.0Hiếu Lê2021-12-22
| | | | | | | | | | | | | | | | | | | | | | | Full changelog available at: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.0 packr has been removed from build dependencies, per https://github.com/AdguardTeam/AdGuardHome/commit/c6888326b034daea9e69de5ee0a8f37aede45892#diff-2873f79a86c0d8b3335cd7731b0ecf7dd4301eb19a82ef7a1cba7589b5252261L2 Also added the ability to configure working directory location and moved the directory to /var. On most setups this should not change anything, as /var is symlinked to /tmp. The move mostly benefits setups where /var is configured to be persistent. The working directory is used by AdGuard to store persistent data like query logs, filter lists, etc. Data stored in this directory can get really huge, as such allowing this directory to be moved elsewhere (ie. an USB drive) is very beneficial. Co-authored-by: Dobroslaw Kijowski <dobo90@gmail.com> Co-authored-by: Jeffery To <jeffery.to@gmail.com> Signed-off-by: Hiếu Lê <leorize+oss@disroot.org>
* adguardhome: bump to 0.106.3Dobroslaw Kijowski2021-05-27
| | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.3 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.106.2Dobroslaw Kijowski2021-05-11
| | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.2 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.106.1Dobroslaw Kijowski2021-05-04
| | | | | | | | | | * Create working directory when it is not present. Apparently some recent change made adguardhome fail to start when working directory is missing. * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.1 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.106.0Dobroslaw Kijowski2021-04-28
| | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.0 * Add build time LDFLAG introduced in commit [1]. [1]: https://github.com/AdguardTeam/AdGuardHome/commit/1d07afb30ee9ff00de72182200b7e1c6d1606d77#diff-82ef468ec5547f1ed424776755a7f87dfec4eba9838d2c2ac02c9881bb67d737R67 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.105.2Dobroslaw Kijowski2021-03-17
| | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.2 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: bump to 0.105.1Dobroslaw Kijowski2021-02-17
| | | | | | | | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.0 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.1 * Add node-yarn/host dependency as it is needed since [1]. * Adjust LDFLAGS to the new ones introduced in [2]. * Invoke targets from make instead of manually running npm and yarn. * Replace GO_PKG_EXCLUDES with GO_PKG_BUILD_PKG as our intention is to build only one specific package (a cosmetic change). [1]: https://github.com/AdguardTeam/AdGuardHome/commit/5e20ac7ed5de861ea5c945d1775f75312d62b69f#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R140 [2]: https://github.com/AdguardTeam/AdGuardHome/commit/0d67aa251d18f8ab47cfd90072e9d0387dff4224#diff-82ef468ec5547f1ed424776755a7f87dfec4eba9838d2c2ac02c9881bb67d737R60 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: upstream upgrade to v0.104.3Dobroslaw Kijowski2021-01-03
| | | | | | | | Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.2 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.3 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: upstream upgrade to v0.104.1Dobroslaw Kijowski2020-11-24
| | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.0 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.1 * Change path to packr resources as some of source files were moved. Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* adguardhome: Implement initial package recipeDobroslaw Kijowski2020-10-08
AdGuardHome is a network-wide ads and trackers blocking DNS server. After installing it with opkg, start it like every service: /etc/init.d/adguardhome start In order to complete the installation vist http://{YOUR_ROUTERS_IP}:3000. Then you can setup dnsmasq to forward DNS traffic to AdGuardHome: uci -q delete dhcp.@dnsmasq[0].server uci add_list dhcp.@dnsmasq[0].server=127.0.0.1#{PORT_SET_DURING_INSTALL} uci set dhcp.@dnsmasq[0].noresolv=1 uci commit dhcp /etc/init.d/dnsmasq restart Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>