Port details |
- go-anubis Anti-scraper web proxy using browser-based proof-of-work challenges
- 1.19.1 www
=2 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: dch@FreeBSD.org
 - Port Added: 2025-04-04 12:18:04
- Last Update: 2025-06-14 20:23:12
- Commit Hash: f1d6d3c
- People watching this port, also watch:: kannel, ioncube-php83, openfire, cacti-php83, dnscrypt-proxy2
- License: BSD3CLAUSE
- WWW:
- https://anubis.techaro.lol/
- Description:
- Anubis is a web proxy that protects upstream resources from scraper bots
by using a short hash-based proof-of-work challenge. It "weighs the soul of
your connection" to determine if you're a legitimate user or an automated bot.
Anubis serves as a protective layer for websites that are being aggressively
scraped by AI bots and other automated systems that don't respect robots.txt
standards. It provides an alternative to services like Cloudflare when those
options aren't available or desired.
The proof-of-work system requires clients to solve a computational challenge
before accessing protected content, effectively deterring most automated
scrapers while allowing legitimate users through with minimal disruption.
It should be noted that Anubis may cause problems for accessibility of
protected websites, potentially confusing screen readers for blind users,
or other problems for assisted interaction. Please consider carefully.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- go-anubis>0:www/go-anubis
- To install the port:
- cd /usr/ports/www/go-anubis/ && make install clean
- To add the package, run one of these commands:
- pkg install www/go-anubis
- pkg install go-anubis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: go-anubis
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1749932252
SHA256 (anubis-src-vendor-npm-1.19.1.tar.gz) = 497935d2cdea7caade5f2542ef9449f564ff3257b68e8c47d28bda055ac26898
SIZE (anubis-src-vendor-npm-1.19.1.tar.gz) = 10402990
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go124 : lang/go124
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_go-anubis
- USES:
- go:1.24,no_targets
- pkg-message:
- For install:
- Anubis has been installed! Typically anubis is run behind a proxy, such as
nginx, caddy, haproxy, or similar, that passes the `x-real-ip` header to
anubis, which runs by default on port 8923. You will need to supply the
target url that you are protecting.
Amend rc.conf as required. For example:
anubis_enable=YES
anubis_args="-target http://localhost:4000/myapp -bind :8923"
For more information, see https://anubis.techaro.lol/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.19.1 14 Jun 2025 20:23:12
    |
Dave Cottlehuber (dch)  |
www/go-anubis: update to 1.19.1 |
1.18.0_1 06 Jun 2025 20:00:53
    |
Adam Weinberger (adamw)  |
various: Bump PORTREVISION after go124-1.24.4 update |
1.18.0 23 May 2025 15:19:13
    |
Dave Cottlehuber (dch)  |
www/go-anubis: update to 1.18.0
Sponsored by: SkunkWerks, GmbH |
1.15.1_1 21 May 2025 19:58:15
    |
Adam Weinberger (adamw)  |
go: Bump go124-dependent ports
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency. |
1.15.1 04 Apr 2025 12:14:25
    |
Dave Cottlehuber (dch)  |
www/go-anubis: NEW PORT anti-scraper browser-based proof-of-work proxy
Differential Revision: https://reviews.freebsd.org/D49563
Reviewed by: diizzy
Sponsored by: SkunkWerks, GmbH
Tested by: dbaio, philip |