Re: [tor-relays] obfs4 - git how to ?

2016-08-15 Thread Matthias Fetzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, go is a programming language[0]. You can install golang from the golang repository[1]. There are some tutorials out there on how to get it running under raspbian - but maybe there are packages in the repository available. Once installed, you

Re: [tor-relays] obfs4 - git how to ?

2016-08-15 Thread Petrusko
> 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:

Re: [tor-relays] obfs4 - git how to ?

2016-07-14 Thread Yawning Angel
On Thu, 14 Jul 2016 14:47:27 +0100 Jonathan Roșca wrote: > chmod o+x /usr/bin/obfs4proxy lol no. > On 14 Jul 2016 10:55 a.m., "Petrusko" wrote: > > > Trying to use obfs4 from git on a test bridge : > > > > With "root" user: > > cd /home/TEST > > git clone

Re: [tor-relays] obfs4 - git how to ?

2016-07-14 Thread Jonathan Roșca
chmod o+x /usr/bin/obfs4proxy On 14 Jul 2016 10:55 a.m., "Petrusko" 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

[tor-relays] obfs4 - git how to ?

2016-07-14 Thread Petrusko
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 torrc file : [...] ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy managed