Package Details: lyrebird-proxy 0.6.1-1

Git Clone URL: https://aur.archlinux.org/lyrebird-proxy.git (read-only, click to copy)
Package Base: lyrebird-proxy
Description: pluggable transport proxy for Tor, implementing obfs4
Upstream URL: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird
Licenses: BSD-3-Clause
Submitter: fossdd
Maintainer: fossdd
Last Packager: fossdd
Votes: 3
Popularity: 0.036542
First Submitted: 2024-04-06 00:01 (UTC)
Last Updated: 2025-05-21 20:06 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

fossdd commented on 2025-05-21 20:06 (UTC)

youre right, idk what i was thinking there

Revvy commented on 2025-05-18 23:28 (UTC)

It's meant to be used as a pluggable transport inside a torrc, e.g. ClientTransportPlugin obfs4 exec /usr/local/bin/lyrebird

Running it by itself will produce the error: 2025/05/18 19:27:48 [ERROR]: lyrebird - must be run as a managed transport

fossdd commented on 2024-10-17 22:44 (UTC)

Ah good catch, thanks. The systemd service is so that the proxy can be manager by the service manager? Am I missing something here?

fl4co commented on 2024-10-17 11:50 (UTC)

What is the systemd unit for? It even points to /usr/bin/lyrebird-proxy, which is incorrect. The binary is /usr/bin/lyrebird.

fossdd commented on 2024-05-23 17:41 (UTC)

thanks, fixed now. i should really refactor my PKGBUILDs sometime...

trinity-1686a commented on 2024-05-23 07:43 (UTC)

package() fails, it tries to cd in a non-existent directory (different from the one in build()). package() also tries to copy lyrepird (notice p instead of b), which also make it fails