mirror of
https://github.com/torproject/community.git
synced 2024-12-12 12:35:53 +00:00
Turn bullet point into paragraph.
The bullet point wants to be a paragraph because it's not related to the other two bullet points. Thanks to Roger for pointing this out.
This commit is contained in:
parent
404d5cac96
commit
3eb5e6f435
@ -52,12 +52,12 @@ Don't forget to change the `ORPort`, `ServerTransportListenAddr`, `ContactInfo`,
|
||||
|
||||
`sudo setcap cap_net_bind_service=+ep /usr/bin/obfs4proxy`
|
||||
|
||||
* Under Debian, you will also need to set `NoNewPrivileges=no` in `/lib/systemd/system/tor@default.service` and `/lib/systemd/system/tor@.service` and then run `systemctl daemon-reload`. (see [bug #18356](https://trac.torproject.org/projects/tor/ticket/18356))
|
||||
|
||||
* Note that both Tor's OR port and its obfs4 port must be reachable.
|
||||
If your bridge is behind a firewall or NAT, make sure to open both ports.
|
||||
You can use [our reachability test](https://bridges.torproject.org/scan/) to see if your obfs4 port is reachable from the Internet.
|
||||
|
||||
Under Debian, you will also need to set `NoNewPrivileges=no` in `/lib/systemd/system/tor@default.service` and `/lib/systemd/system/tor@.service` and then run `systemctl daemon-reload`. (see [bug #18356](https://trac.torproject.org/projects/tor/ticket/18356))
|
||||
|
||||
### 4. Restart tor
|
||||
|
||||
`systemctl restart tor`
|
||||
|
Loading…
Reference in New Issue
Block a user