View | Details | Raw Unified | Return to bug 225068 | Differences between
and this patch

Collapse All | Expand All

(-)security/obfs4proxy-tor/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	obfs4proxy
3
PORTNAME=	obfs4proxy
4
DISTVERSION=	0.0.7
4
DISTVERSION=	0.0.7
5
PORTREVISION=	1
5
CATEGORIES=	security net ipv6
6
CATEGORIES=	security net ipv6
6
MASTER_SITES=	https://people.torproject.org/~yawning/releases/${PORTNAME}/
7
MASTER_SITES=	https://people.torproject.org/~yawning/releases/${PORTNAME}/
7
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
8
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
(-)security/obfs4proxy-tor/files/pkg-message.in (-14 / +12 lines)
Lines 1-28 Link Here
1
======================================================================
1
======================================================================
2
2
3
To use obfs4 as a Bridge Client, please add the following configuration
3
To use obfs4 as a Bridge Client, please add the following configuration
4
to your '%%PREFIX%%/etc/tor/torrc' config file:
4
to your 'torrc' config file:
5
5
6
ClientTransportPlugin obfs4 exec %%PREFIX%%/bin/obfs4proxy
6
  # Enable obfs4proxy as Client
7
  ClientTransportPlugin obfs4 exec %%PREFIX%%/bin/obfs4proxy
7
8
8
To enable this Pluggable Transport in your Tor Bridge, use the
9
To use obfs4 as a Pluggable Transport in your Tor Bridge server, use the
9
following configurations in your 'torrc' file:
10
following configurations in your 'torrc' config file:
10
11
11
# Use obfs4proxy to provide the obfuscator
12
  # Enable obfs4proxy as Server
12
ServerTransportPlugin obfs4 exec %%PREFIX%%/bin/obfs4proxy managed
13
  ServerTransportPlugin obfs4 exec %%PREFIX%%/bin/obfs4proxy
14
  # Enable Extended ORPort
15
  ExtORPort auto
16
  ## (Optional) Listen on the specified IP:PORT
17
  # ServerTransportListenAddr obfs4 0.0.0.0:443
13
18
14
# Enable Extended ORPort
15
ExtORPort auto
16
17
## (Optional) Listen on the specified IP:PORT for obfs4 connections
18
## as opposed to picking a random port automatically
19
# ServerTransportListenAddr obfs4 0.0.0.0:443
20
21
obfs4proxy is backwards-compatible with obfs2 and obfs3 either in client or 
19
obfs4proxy is backwards-compatible with obfs2 and obfs3 either in client or 
22
server mode. If you want to use it like this, please adjust your 'torrc' 
20
server mode. If you want to use it like this, please adjust your 'torrc' 
23
config file to fit your needs. It's compatible with ScrambleSuit in client mode.
21
config file to fit your needs. It's compatible with ScrambleSuit in client mode.
24
22
25
For more information, please consulte the official wiki page at 
23
For more information, please consult the official wiki page at 
26
https://trac.torproject.org/projects/tor/wiki/doc/PluggableTransports/obfs4proxy
24
https://trac.torproject.org/projects/tor/wiki/doc/PluggableTransports/obfs4proxy
27
25
28
======================================================================
26
======================================================================

Return to bug 225068