mailto link finished and dns info added
This commit is contained in:
parent
a3dd2fc473
commit
7145a6757c
|
@ -11,7 +11,7 @@ author:
|
|||
mastodon: amolith
|
||||
gnusocial: amolith
|
||||
telegram: amolith
|
||||
email: amolith@nixnet.xyz?body=Please%20make%20sure%20this%20email%20is%20encrypted%20with%20my%20GPG%20key:%20https://nixnet.xyz/amolith.txt
|
||||
email: spam@nixnet%2Exyz?subject=Read%20the%20instructions%20below&body=Due%20to%20an%20increase%20in%20spam%2C%20I%20had%20to%20change%20the%20way%20my%20email%20contact%20system%20works%2E%20I%20will%20never%20see%20messages%20to%20this%20address%3B%20they%27re%20automatically%20discarded%2E%20To%20reveal%20a%20legitimate%20address%2C%20run%20this%20is%20a%20terminal%3A%0D%0A%0D%0Aecho%20%27YW1vbGl0aEBuaXhuZXQueHl6Cg%3D%3D%27%20%7C%20base64%20%2D%2Ddecode%0D%0A%0D%0AIf%20you%20do%20not%20know%20what%20that%20means%2C%20look%20up%20how%20to%20decode%20a%20base64%2Dencoded%20string%2E%0D%0A%0D%0AAlso%2C%20please%20make%20sure%20your%20email%20is%20encrypted%20with%20my%20GPG%20key%20and%20that%20you%20include%20your%20public%20key%20so%20I%20can%20encrypt%20my%20reply%20as%20well%2E%0D%0Ahttps%3A%2F%2Fnixnet%2Exyz%2Famolith%2Etxt
|
||||
gpgkey: amolith.txt
|
||||
rss: feed.xml
|
||||
|
||||
|
|
8
dns.md
8
dns.md
|
@ -24,27 +24,35 @@ For simplicity's sake, I recommend using the [Anycast](https://en.wikipedia.org/
|
|||
Uncensored Anycast
|
||||
* `uncensored.any.dns.nixnet.xyz`
|
||||
* `198.251.90.114:853` **(DoT)**
|
||||
* `https://uncensored.any.dns.nixnet.xyz/dns-query` **(DoH)**
|
||||
* `198.251.90.114` **(plaintext)**
|
||||
|
||||
Adblock Anycast
|
||||
* `adblock.any.dns.nixnet.xyz`
|
||||
* `198.251.90.89:853` **(DoT)**
|
||||
* `https://adblock.any.dns.nixnet.xyz/dns-query` **(DoH)**
|
||||
* `198.251.90.89` **(plaintext)**
|
||||
|
||||
Las Vegas
|
||||
* `uncensored.lv1.dns.nixnet.xyz`
|
||||
* `adblock.lv1.dns.nixnet.xyz`
|
||||
* `209.141.34.95:853` **(DoT)**
|
||||
* `https://uncensored.lv1.dns.nixnet.xyz/dns-query` **(DoH)**
|
||||
* `https://adblock.lv1.dns.nixnet.xyz/dns-query` **(DoH)**
|
||||
|
||||
New York
|
||||
* `uncensored.ny1.dns.nixnet.xyz`
|
||||
* `adblock.ny1.dns.nixnet.xyz`
|
||||
* `199.195.251.84:853` **(DoT)**
|
||||
* `https://uncensored.ny1.dns.nixnet.xyz/dns-query` **(DoH)**
|
||||
* `https://adblock.ny1.dns.nixnet.xyz/dns-query` **(DoH)**
|
||||
|
||||
Luxembourg
|
||||
* `uncensored.lux1.dns.nixnet.xyz`
|
||||
* `adblock.lux1.dns.nixnet.xyz`
|
||||
* `104.244.78.231:853` **(DoT)**
|
||||
* `https://uncensored.lux1.dns.nixnet.xyz/dns-query` **(DoH)**
|
||||
* `https://adblock.lux1.dns.nixnet.xyz/dns-query` **(DoH)**
|
||||
|
||||
After setting them, you can test your connection with [ipleak.net](https://ipleak.net). If you have JavaScript enabled, the line below will tell you which server you'll connect to with Anycast at the moment. If you travel a lot, that server will change depending on your location.
|
||||
|
||||
|
|
Loading…
Reference in New Issue