mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-06-02 00:19:23 +00:00
style: Use correct format for buttons
This commit is contained in:
@@ -299,7 +299,8 @@ graph TB
|
||||
|
||||
Encrypted DNS with a third party should only be used to get around redirects and basic [DNS blocking](https://en.wikipedia.org/wiki/DNS_blocking) when you can be sure there won't be any consequences, or you're interested in a provider that does some rudimentary filtering.
|
||||
|
||||
[List of recommended DNS servers](../../../tools/services/dns/index.md){ .md-button }
|
||||
[List of recommended DNS servers](../../../tools/services/dns/index.md)
|
||||
{ .pg:buttons }
|
||||
|
||||
## What is DNSSEC?
|
||||
|
||||
|
||||
@@ -74,7 +74,8 @@ With cryptocurrency there are two forms of wallets: custodial wallets and self-c
|
||||
|
||||
Acquiring [cryptocurrencies](../../../tools/software/cryptocurrency/index.md) like Monero privately can be difficult. P2P marketplaces (platforms which facilitate trades between people) are one option, though the user experience typically suffers. If using an exchange which requires KYC is acceptable for you as long as subsequent transactions can't be traced, it's much easier to purchase Monero on a centralized exchange or purchase Bitcoin/Litecoin from a KYC exchange which can then be swapped for Monero. Then, you can withdraw the purchased Monero to your own self-custody wallet to use privately from that point forward.
|
||||
|
||||
[Recommended places to buy Monero](../../../tools/software/cryptocurrency/index.md#buying-monero){ .md-button }
|
||||
[Recommended places to buy Monero](../../../tools/software/cryptocurrency/index.md#buying-monero)
|
||||
{ .pg:buttons }
|
||||
|
||||
If you go this route, make sure to purchase Monero at different times and in different amounts than where you will spend it. If you purchase $5000 of Monero at an exchange and make a $5000 purchase in Monero an hour later, those actions could potentially be correlated by an outside observer regardless of which path the Monero took. Staggering purchases and purchasing larger amounts of Monero in advance to later spend on multiple smaller transactions can avoid this pitfall.
|
||||
|
||||
|
||||
@@ -12,11 +12,12 @@ description: Tor is a free to use, decentralized network designed for using the
|
||||
|
||||
Tor works by routing your internet traffic through volunteer-operated servers instead of making a direct connection to the site you're trying to visit. This obfuscates where the traffic is coming from, and no server in the connection path is able to see the full path of where the traffic is coming from and going to, meaning even the servers you are using to connect cannot break your anonymity.
|
||||
|
||||
[:octicons-home-16:](https://torproject.org){ .card-link title=Homepage }
|
||||
[:simple-torbrowser:](http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion){ .card-link title="Onion Service" }
|
||||
[:octicons-info-16:](https://tb-manual.torproject.org){ .card-link title=Documentation}
|
||||
[:octicons-code-16:](https://gitlab.torproject.org/tpo/core/tor){ .card-link title="Source Code" }
|
||||
[:octicons-heart-16:](https://donate.torproject.org){ .card-link title=Contribute }
|
||||
[:octicons-home-16:](https://torproject.org)
|
||||
[:simple-torbrowser:](http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion)
|
||||
[:octicons-info-16:](https://tb-manual.torproject.org)
|
||||
[:octicons-code-16:](https://gitlab.torproject.org/tpo/core/tor)
|
||||
[:octicons-heart-16:](https://donate.torproject.org)
|
||||
{ .pg:buttons }
|
||||
|
||||
## Safely Connecting to Tor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user