Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
community
Commits
beb4f69c
Unverified
Commit
beb4f69c
authored
Sep 04, 2019
by
Philipp Winter
Browse files
Merge branch 'patch-1' of github.com:BunnyApocalypse/community into patch-1
parents
e2b8aa6c
4ebd0280
Changes
1
Hide whitespace changes
Inline
Side-by-side
content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents.lr
View file @
beb4f69c
...
...
@@ -12,7 +12,7 @@ body:
```
yum install epel-release
yum install git golang tor
yum install git golang tor
policycoreutils-python-utils
```
* OpenSUSE:
...
...
@@ -44,6 +44,8 @@ sudo cp $GOPATH/bin/obfs4proxy /usr/local/bin/
### 3. Edit your Tor config file, usually located at `/etc/tor/torrc` and replace its content with:
* CentOS / RHEL / OpenSUSE:
```
RunAsDaemon 1
BridgeRelay 1
...
...
@@ -80,6 +82,15 @@ Nickname PickANickname
### 4. Restart tor
* RHEL / CentOS:
```
sudo semanage port -a -t tor_port_t -p tcp [desired ORPort number set earlier]
sudo semanage port -a -t tor_port_t -p tcp [desired ServerTransportListenAddr port number set earlier]
```
* CentOS / RHEL / OpenSUSE:
`systemctl restart tor`
### 5. Monitor your logs (usually in your syslog)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment