notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
adguardhome Network-wide ads & trackers blocking DNS server
0.107.78_3 www on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.107.77_4Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-03-13 16:01:35
Last Update: 2026-09-03 04:50:55
Commit Hash: dd09051
People watching this port, also watch:: tmux, scrot, mkvtoolnix, python311
License: GPLv3
WWW:
https://adguard.com/en/adguard-home/overview.html
https://github.com/AdguardTeam/AdGuardHome
Description:
AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it'll cover ALL your home devices, and you don't need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/adguardhome-0.107.78_3/catalog.mk
  2. /usr/local/share/licenses/adguardhome-0.107.78_3/LICENSE
  3. /usr/local/share/licenses/adguardhome-0.107.78_3/GPLv3
  4. bin/adguardhome
  5. @sample share/examples/adguardhome/newsyslog.conf etc/newsyslog.conf.d/adguardhome.conf
  6. @dir etc/newsyslog.conf.d
  7. @owner
  8. @group
  9. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • adguardhome
Dependency lines:
  • adguardhome>0:www/adguardhome
To install the port:
cd /usr/ports/www/adguardhome/ && make install clean
To add the package, run one of these commands:
  • pkg install www/adguardhome
  • pkg install adguardhome
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: adguardhome
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1784011793 SHA256 (go/www_adguardhome/adguardhome-v0.107.78/AdGuardHome_frontend.tar.gz) = 084bf3e00ca3e49487fc5a87270b4e1eb26617710ca6116b9e42ce90cb1ad358 SIZE (go/www_adguardhome/adguardhome-v0.107.78/AdGuardHome_frontend.tar.gz) = 2579132

Expand this list (4 items)

Collapse this list.

SHA256 (go/www_adguardhome/adguardhome-v0.107.78/v0.107.78.mod) = f0cfcff63f9f39c129b296720eba27058881e03febcd090645caa59c15c43f5c SIZE (go/www_adguardhome/adguardhome-v0.107.78/v0.107.78.mod) = 6032 SHA256 (go/www_adguardhome/adguardhome-v0.107.78/v0.107.78.zip) = e90a4f2812bb08fdff048349c19598c01288a03131d3a829a4dc206b15ee1c59 SIZE (go/www_adguardhome/adguardhome-v0.107.78/v0.107.78.zip) = 2902315

Collapse this list.


Packages (timestamps in pop-ups are UTC):
adguardhome
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.107.740.107.74n/an/an/an/an/an/a
FreeBSD:13:quarterly0.107.72_10.107.72_1n/an/an/an/an/an/a
FreeBSD:14:latest0.107.78_20.107.78_3-0.107.64_10.107.78_3---
FreeBSD:14:quarterly0.107.77_40.107.77_4-0.107.62_10.107.77_4---
FreeBSD:15:latest0.107.78_20.107.78_3n/a-n/an/a--
FreeBSD:15:quarterly0.107.77_40.107.77_4n/a-n/an/a--
FreeBSD:16:latest0.107.78_20.107.78_3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go126 : lang/go126
Runtime dependencies:
  1. ca_root_nss>=0 : security/ca_root_nss
Fetch dependencies:
  1. go126 : lang/go126
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_adguardhome
USES:
cpe go:1.26+,modules zip
pkg-message:
For install:
You installed AdGuardHome: Network-wide ads & trackers blocking DNS server. AdGuardHome is configured to run as the 'unbound' user. By default, non-root users cannot bind to privileged ports like 53 (DNS). To allow AdGuardHome to function, choose one of the following options: OPTION A: Using the 'portacl' service (Recommended for simplicity) 1. Install the portacl package: # pkg install portacl 2. Add these lines to /etc/rc.conf: portacl_enable="YES" portacl_users="unbound" portacl_user_unbound_tcp="domain 853" portacl_user_unbound_udp="domain" 3. Start the service to apply rules immediately: # service portacl start --- OPTION B: Manual Configuration (Base system only) 1. Load the required kernel module: # kldload mac_portacl 2. Apply the following sysctl rules (replace 59 with 'id -u unbound' if different): # sysctl net.inet.ip.portrange.reservedhigh=0 # sysctl security.mac.portacl.port_high=1024 # sysctl security.mac.portacl.rules=uid:59:tcp:53,uid:59:udp:53,uid:59:tcp:853 3. To make this persistent, add mac_portacl_load="YES" to /boot/loader.conf and the sysctl rules to /etc/sysctl.conf. --- FINAL STEPS: Enable and start AdGuardHome: # sysrc adguardhome_enable="YES" # service adguardhome start Then complete the setup via the web interface at http://localhost:3000/
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.78/
  2. https://proxy.golang.org/github.com/!adguard!team/!ad!guard!home/@v/
Collapse this list.

Number of commits found: 119 (showing only 19 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.107.0.b.7_2
05 Apr 2022 04:23:05
commit hash: 5d3b802e93dadb51f686dfbad65ba2475d44fc1acommit hash: 5d3b802e93dadb51f686dfbad65ba2475d44fc1acommit hash: 5d3b802e93dadb51f686dfbad65ba2475d44fc1acommit hash: 5d3b802e93dadb51f686dfbad65ba2475d44fc1a files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
www/adguardhome: Fix build

adguardhome has a dependency which does not support go 1.18 yet. Use
1.17 for now.

PR:		262994
Reported by:	Yonas Yanfa <yonas.yanfa@gmail.com>
Approved by:	portmgr (implicit, build fix)
0.107.0.b.7_1
30 Mar 2022 07:01:44
commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
*/*: Bump PORTREVISION after lang/go 1.18 update
0.107.0.b.7
30 Sep 2021 15:14:16
commit hash: 52b20f35c1f4c0221772ed703fa1e334f7ad831fcommit hash: 52b20f35c1f4c0221772ed703fa1e334f7ad831fcommit hash: 52b20f35c1f4c0221772ed703fa1e334f7ad831fcommit hash: 52b20f35c1f4c0221772ed703fa1e334f7ad831f files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
www/adguardhome: Add CPE information

Approved by:    portmgr (blanket)
0.107.0.b.7
11 Aug 2021 18:59:19
commit hash: a6b49877f8f2b86f5787dbf1f8ec3e058ee13cd1commit hash: a6b49877f8f2b86f5787dbf1f8ec3e058ee13cd1commit hash: a6b49877f8f2b86f5787dbf1f8ec3e058ee13cd1commit hash: a6b49877f8f2b86f5787dbf1f8ec3e058ee13cd1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/adguardhome: Update 0.106.3 -> 0.107.0-b.7

This fixes:
* the local distfile mismatch (bug#257766)
* the broken fronend problem (it wasn't built properly and causes the '404 page
not found' error)

PR:		257766
Reported by:	Michiel van Baak <michiel@vanbaak.eu>
0.106.3
20 May 2021 06:02:27
commit hash: 917e54acffef6881470e48ace0ebdef17a131bf8commit hash: 917e54acffef6881470e48ace0ebdef17a131bf8commit hash: 917e54acffef6881470e48ace0ebdef17a131bf8commit hash: 917e54acffef6881470e48ace0ebdef17a131bf8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/adguardhome: Update 0.106.2 -> 0.106.3

Reported by:	portscout
0.106.2
07 May 2021 08:59:46
commit hash: fc387610e1e8be6f3aea773673a11a04a01a29a7commit hash: fc387610e1e8be6f3aea773673a11a04a01a29a7commit hash: fc387610e1e8be6f3aea773673a11a04a01a29a7commit hash: fc387610e1e8be6f3aea773673a11a04a01a29a7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/adguardhome: Update 0.106.1 -> 0.106.2

Reported by:	portscout
0.106.1
02 May 2021 19:07:16
commit hash: a41e61b2825b679d80dc8b154751a4a5c1aa03accommit hash: a41e61b2825b679d80dc8b154751a4a5c1aa03accommit hash: a41e61b2825b679d80dc8b154751a4a5c1aa03accommit hash: a41e61b2825b679d80dc8b154751a4a5c1aa03ac files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/adguardhome: Update 0.106.0 -> 0.106.1
0.106.0
29 Apr 2021 03:01:45
commit hash: 19e1b404952de62a9dc9be48991370af58637a8ccommit hash: 19e1b404952de62a9dc9be48991370af58637a8ccommit hash: 19e1b404952de62a9dc9be48991370af58637a8ccommit hash: 19e1b404952de62a9dc9be48991370af58637a8c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/adguardhome: Update 0.105.2 -> 0.106.0
0.105.2_2
25 Apr 2021 22:41:21
commit hash: d8cfb1d029da2fd56d4e6d41229496fd4aa43421commit hash: d8cfb1d029da2fd56d4e6d41229496fd4aa43421commit hash: d8cfb1d029da2fd56d4e6d41229496fd4aa43421commit hash: d8cfb1d029da2fd56d4e6d41229496fd4aa43421 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/adguardhome: Add rc script and pkg-message
0.105.2_1
16 Apr 2021 21:29:13
commit hash: 990e47d4e491bbed9bdd626b4b89f186de5804c7commit hash: 990e47d4e491bbed9bdd626b4b89f186de5804c7commit hash: 990e47d4e491bbed9bdd626b4b89f186de5804c7commit hash: 990e47d4e491bbed9bdd626b4b89f186de5804c7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/adguardhome: Use pre-bilt html frontend tarballs and mantenance mode which
allows to build them.

Port was broken without this since they recently added the need for html
frontend being presend before build and such frontend was missing.

Reported by:	Sandro Wirth <sandro.wirth@posteo.de>
0.105.2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.105.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.105.2
11 Mar 2021 17:14:51
Revision:568108Original commit files touched by this commit
yuri search for other commits by this committer
www/adguardhome: Update 0.105.1 -> 0.105.2

Reported by:	portscout
0.105.1
24 Feb 2021 23:37:56
Revision:566512Original commit files touched by this commit
yuri search for other commits by this committer
www/adguardhome: Update 0.104.3 -> 0.105.1

Reported by:	portscout
0.104.3
06 Jan 2021 00:42:39
Revision:560462Original commit files touched by this commit
yuri search for other commits by this committer
www/adguardhome: Update 0.104.1 -> 0.104.3

Reported by:	portscout
0.104.1
14 Nov 2020 05:04:16
Revision:555076Original commit files touched by this commit
yuri search for other commits by this committer
www/adguardhome: Update 0.103.3 -> 0.104.1

Reported by:	portscout
0.103.3
28 Jul 2020 17:39:55
Revision:543620Original commit files touched by this commit
yuri search for other commits by this committer
www/adguardhome: Update 0.102.0 -> 0.103.3

Reported by:	portscout
0.102.0
16 May 2020 08:37:26
Revision:535364Original commit files touched by this commit
yuri search for other commits by this committer
www/adguardhome: Update 0.101.0 -> 0.102.0

Reported by:	portscout
0.101.0
13 Mar 2020 16:01:29
Revision:528359Original commit files touched by this commit
yuri search for other commits by this committer
New port: www/adguardhome: Network-wide ads & trackers blocking DNS server

Number of commits found: 119 (showing only 19 on this page)

«  1 | 2