mirror of
https://github.com/torproject/community.git
synced 2025-03-04 16:07:02 +00:00
Use TODO1 and TODO2 to highlight port difference.
We don't want people to think that the OR port and obfs4 port are supposed to be the same. Thanks to Ken Kundert for pointing out this issue and for fixing it for CentOS/RHEL/OpenSuSE in commit a6a8c35.
This commit is contained in:
parent
e425b9886b
commit
4577ba8d28
@ -25,16 +25,18 @@ If not, you can [build it from source](https://gitlab.com/yawning/obfs4#installa
|
||||
```
|
||||
BridgeRelay 1
|
||||
|
||||
# Replace "TODO" with a Tor port of your choice. This port must be externally
|
||||
# Replace "TODO1" with a Tor port of your choice. This port must be externally
|
||||
# reachable. Avoid port 9001 because it's commonly associated with Tor and
|
||||
# censors may be scanning the Internet for this port.
|
||||
ORPort TODO
|
||||
ORPort TODO1
|
||||
|
||||
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
|
||||
|
||||
# Replace "TODO" with an obfs4 port of your choice. This port must be externally reachable.
|
||||
# Avoid port 9001 because it's commonly associated with Tor and censors may be scanning the Internet for this port.
|
||||
ServerTransportListenAddr obfs4 0.0.0.0:TODO
|
||||
# Replace "TODO2" with an obfs4 port of your choice. This port must be
|
||||
# externally reachable and must be different from the one specified for ORPort.
|
||||
# Avoid port 9001 because it's commonly associated with
|
||||
# Tor and censors may be scanning the Internet for this port.
|
||||
ServerTransportListenAddr obfs4 0.0.0.0:TODO2
|
||||
|
||||
# Local communication port between Tor and obfs4. Always set this to "auto".
|
||||
# "Ext" means "extended", not "external". Don't try to set a specific port number, nor listen on 0.0.0.0.
|
||||
|
@ -22,17 +22,18 @@ pkg install obfs4proxy-tor tor ca_root_nss
|
||||
RunAsDaemon 1
|
||||
BridgeRelay 1
|
||||
|
||||
# Replace "TODO" with a Tor port of your choice. This port must be externally
|
||||
# Replace "TODO1" with a Tor port of your choice. This port must be externally
|
||||
# reachable. Avoid port 9001 because it's commonly associated with Tor and
|
||||
# censors may be scanning the Internet for this port.
|
||||
ORPort TODO
|
||||
ORPort TODO1
|
||||
|
||||
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
|
||||
|
||||
# Replace "TODO" with an obfs4 port of your choice. This port must be
|
||||
# externally reachable. Avoid port 9001 because it's commonly associated with
|
||||
# Replace "TODO2" with an obfs4 port of your choice. This port must be
|
||||
# externally reachable and must be different from the one specified for ORPort.
|
||||
# Avoid port 9001 because it's commonly associated with
|
||||
# Tor and censors may be scanning the Internet for this port.
|
||||
ServerTransportListenAddr obfs4 0.0.0.0:TODO
|
||||
ServerTransportListenAddr obfs4 0.0.0.0:TODO2
|
||||
|
||||
# Local communication port between Tor and obfs4. Always set this to "auto".
|
||||
# "Ext" means "extended", not "external". Don't try to set a specific port
|
||||
|
@ -21,17 +21,18 @@ Usually located at `/etc/tor/torrc`, and replace its content with:
|
||||
RunAsDaemon 1
|
||||
BridgeRelay 1
|
||||
|
||||
# Replace "TODO" with a Tor port of your choice. This port must be externally
|
||||
# Replace "TODO1" with a Tor port of your choice. This port must be externally
|
||||
# reachable. Avoid port 9001 because it's commonly associated with Tor and
|
||||
# censors may be scanning the Internet for this port.
|
||||
ORPort TODO
|
||||
ORPort TODO1
|
||||
|
||||
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
|
||||
|
||||
# Replace "TODO" with an obfs4 port of your choice. This port must be
|
||||
# externally reachable. Avoid port 9001 because it's commonly associated with
|
||||
# Replace "TODO2" with an obfs4 port of your choice. This port must be
|
||||
# externally reachable and must be different from the one specified for ORPort.
|
||||
# Avoid port 9001 because it's commonly associated with
|
||||
# Tor and censors may be scanning the Internet for this port.
|
||||
ServerTransportListenAddr obfs4 0.0.0.0:TODO
|
||||
ServerTransportListenAddr obfs4 0.0.0.0:TODO2
|
||||
|
||||
# Local communication port between Tor and obfs4. Always set this to "auto".
|
||||
# "Ext" means "extended", not "external". Don't try to set a specific port
|
||||
|
Loading…
x
Reference in New Issue
Block a user