mirror of
https://github.com/torproject/community.git
synced 2024-12-04 16:47:05 +00:00
Remove 'RunAsDaemon 1'.
This is already set by default. Thanks to Roger for pointing this out.
This commit is contained in:
parent
176c87e00c
commit
404d5cac96
@ -43,7 +43,6 @@ 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:
|
||||
|
||||
```
|
||||
RunAsDaemon 1
|
||||
BridgeRelay 1
|
||||
|
||||
# Replace "TODO" with a Tor port of your choice. This port must be externally
|
||||
|
@ -21,7 +21,6 @@ If not, you can [build it from source](https://gitlab.com/yawning/obfs4#installa
|
||||
### 3. Edit your Tor config file, 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
|
||||
|
@ -17,7 +17,6 @@ pkg install obfs4proxy-tor tor ca_root_nss
|
||||
### 2. Edit your Tor config file, usually located at `/usr/local/etc/tor` and replace its content with:
|
||||
|
||||
```
|
||||
RunAsDaemon 1
|
||||
BridgeRelay 1
|
||||
|
||||
# Replace "TODO" with a Tor port of your choice. This port must be externally
|
||||
|
@ -18,7 +18,6 @@ pkg_add tor obfs4proxy
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user