mirror of
https://github.com/torproject/community.git
synced 2024-11-23 09:49:49 +00:00
Merge branch 'debian_obfs4' into 'main'
Fix https://gitlab.torproject.org/tpo/web/community/-/issues/358 Closes #358 See merge request tpo/web/community!387
This commit is contained in:
commit
047ec47b0f
@ -28,18 +28,11 @@ Ensure you update the packages database before installing the package, than call
|
||||
|
||||
### 4. Install obfs4proxy
|
||||
|
||||
On [Debian](https://packages.debian.org/search?keywords=obfs4proxy), the latest version `obfs4proxy` package is available in stable-backports. By default, backports packages are not installed, so to install the latest version of `obfs4proxy` you need to use the following command `sudo apt install -t bullseye-backports obfs4proxy` or to pin the package with a config similar to this one that you will place in `/etc/apt/preferences.d/obfs4proxy.pref`.
|
||||
On [Debian](https://packages.debian.org/search?keywords=obfs4proxy), the `obfs4proxy` package is available in unstable, testing, and stable.
|
||||
On [Ubuntu](https://packages.ubuntu.com/search?keywords=obfs4proxy), bionic, cosmic, disco, eoan, and focal have the package.
|
||||
If you're running any of them, `sudo apt-get install obfs4proxy` should work.
|
||||
|
||||
```
|
||||
Explanation: tor meta, always run latest version of obfs4proxy
|
||||
Package: obfs4proxy
|
||||
Pin: release a=bullseye-backports
|
||||
Pin-Priority: 500
|
||||
```
|
||||
|
||||
On [Ubuntu](https://packages.ubuntu.com/search?keywords=obfs4proxy), bionic, cosmic, disco, eoan, and focal have the package. If you're running any of them, `sudo apt-get install obfs4proxy` should work.
|
||||
|
||||
If not, you can [build it from source](https://gitlab.com/yawning/obfs4#installation).
|
||||
If not, you can [build it from source](https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird#installation).
|
||||
|
||||
### 5. Edit your Tor config file, usually located at `/etc/tor/torrc` and replace its content with:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user