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:
Philipp Winter 2019-08-26 17:24:46 -07:00
parent 404d5cac96
commit 3eb5e6f435
No known key found for this signature in database
GPG Key ID: 0FD95F1D3A597A48

View File

@ -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`