On Thu, 14 Jul 2016 14:47:27 +0100 Jonathan Roșca roscaj@tcd.ie wrote:
chmod o+x /usr/bin/obfs4proxy
lol no.
On 14 Jul 2016 10:55 a.m., "Petrusko" petrusko@riseup.net wrote:
Trying to use obfs4 from git on a test bridge :
With "root" user: cd /home/TEST git clone https://git.torproject.org/pluggable-transports/obfs4.git ln -s /home/TEST/obfs4/obfs4proxy /usr/bin/obfs4proxy
Through out any of this, did it occur for you to look at the `README.md` file in the directory you cloned?
To build: `go get git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy`
To install: Copy `$GOPATH/bin/obfs4proxy` to a permanent location (Eg: `/usr/local/bin`)
Regards,