Update link formatting in README
Instead of inline links [...](), placeholder links [...][...] are used.
This commit is contained in:
parent
63eb6e45f9
commit
8e73e63a55
12
README.md
12
README.md
|
@ -55,7 +55,9 @@ Despite that, it has some drawbacks:
|
||||||
- This feature is not tested in development
|
- This feature is not tested in development
|
||||||
|
|
||||||
First of, you need to set up Tor daemon on the server. Here's a guide on
|
First of, you need to set up Tor daemon on the server. Here's a guide on
|
||||||
ArchWiki: [Tor](https://wiki.archlinux.org/index.php/tor).
|
ArchWiki: [Tor].
|
||||||
|
|
||||||
|
[Tor]: https://wiki.archlinux.org/index.php/tor
|
||||||
|
|
||||||
With default settings, it should start a SOCKS5 proxy on localhost, port
|
With default settings, it should start a SOCKS5 proxy on localhost, port
|
||||||
9050.
|
9050.
|
||||||
|
@ -64,7 +66,9 @@ Also, to minimize fingerprint, you need to use a very common user agent
|
||||||
on Tor network. And, you guessed it, get it straight from Tor Browser.
|
on Tor network. And, you guessed it, get it straight from Tor Browser.
|
||||||
If you have one, you can just open https://httpbin.org/headers and copy
|
If you have one, you can just open https://httpbin.org/headers and copy
|
||||||
it from there. If not, the latest available is provided here:
|
it from there. If not, the latest available is provided here:
|
||||||
[Tor Browser's User-Agent](https://tor.stackexchange.com/questions/4890/tor-browser-user-agent-strings/21524#21524)
|
[Tor Browser's User-Agent][tor-browser-user-agent].
|
||||||
|
|
||||||
|
[tor-browser-user-agent]: https://tor.stackexchange.com/questions/4890/tor-browser-user-agent-strings/21524#21524
|
||||||
|
|
||||||
Full setup:
|
Full setup:
|
||||||
|
|
||||||
|
@ -76,6 +80,6 @@ Full setup:
|
||||||
```
|
```
|
||||||
|
|
||||||
If you have managed to set it up or experienced issues with this guide,
|
If you have managed to set it up or experienced issues with this guide,
|
||||||
feel free to shoot an email to my [public inbox][public-inbox].
|
feel free to shoot an email to my [public inbox].
|
||||||
|
|
||||||
[public-inbox]: https://lists.sr.ht/~yerinalexey/public-inbox
|
[public inbox]: https://lists.sr.ht/~yerinalexey/public-inbox
|
||||||
|
|
Loading…
Reference in New Issue