Package Details: dae 1.0.0-1

Git Clone URL: https://aur.archlinux.org/dae.git (read-only, click to copy)
Package Base: dae
Description: A Linux lightweight and high-performance transparent proxy solution based on eBPF.
Upstream URL: https://github.com/daeuniverse/dae
Licenses: AGPL-3.0-or-later
Submitter: cubercsl
Maintainer: cubercsl (lilac, Integral)
Last Packager: lilac
Votes: 7
Popularity: 0.009571
First Submitted: 2023-03-14 14:38 (UTC)
Last Updated: 2025-05-30 20:22 (UTC)

Latest Comments

yutsing commented on 2025-06-05 03:17 (UTC)

This package will produce lots of files like .cache/yay/dae/src/go-mod/golang.org/.. which current user has no permission to modify, and will prevent update smoothly through yay. This files have to be manually deleted with sudo. This behavior should be modified.

KagurazakaNyaa commented on 2024-11-20 08:01 (UTC)

The argument -ldflags=-linkmode=external in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dae#n28 seems to have caused the built binary to return dae version unknown when executing dae --version. The build process for dae does not seem to require an external linker, so this parameter is unnecessary.