Replace DNSCrypt with DNSCrypt-Proxy #1254

Merged
nitrohorse merged 6 commits from 684 into master 2019-09-03 08:23:47 +00:00
4 changed files with 31 additions and 28 deletions

View File

@ -1,30 +1,37 @@
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
<h1 id="dns" class="anchor"><a href="#dns"><i class="fas fa-link anchor-icon"></i></a> Domain Name System (DNS)</h1>
{% include cardv2.html
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
title="OpenNIC - Service"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
image="/assets/img/tools/OpenNIC.png"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
description="OpenNIC is an alternate network information center/alternative DNS root which lists itself as an alternative to ICANN and its registries. Like all alternative root DNS systems, OpenNIC-hosted domains are unreachable to the vast majority of the Internet."
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
website="https://www.opennic.org/"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
forum="https://forum.privacytools.io/t/discussion-opennic/338"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
github="https://github.com/OpenNIC"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
{%
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
include cardv2.html
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
title="OpenNIC - Service"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
image="/assets/img/tools/OpenNIC.png"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
description="OpenNIC is an alternate network information center/alternative DNS root which lists itself as an alternative to ICANN and its registries. Like all alternative root DNS systems, OpenNIC-hosted domains are unreachable to the vast majority of the Internet."
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
website="https://www.opennic.org/"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
forum="https://forum.privacytools.io/t/discussion-opennic/338"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
github="https://github.com/OpenNIC"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
%}
{% include cardv2.html
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
title="Njalla - Domain Registration"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
image="/assets/img/provider/Njalla.png"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
description="Njalla only needs your email or jabber address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
website="https://njal.la/"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
tor="http://njalladnspotetti.onion"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
forum="https://forum.privacytools.io/t/discussion-njalla/339"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
{%
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
include cardv2.html
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
title="Njalla - Domain Registration"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
image="/assets/img/provider/Njalla.png"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
website="https://njal.la/"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
tor="http://njalladnspotetti.onion"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
forum="https://forum.privacytools.io/t/discussion-njalla/339"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
%}
{% include cardv2.html
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
title="DNSCrypt - Tool"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
image="/assets/img/tools/DNSCrypt.png"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
description="A protocol for securing communications between a client and a DNS resolver. The DNSCrypt protocol uses high-speed high-security elliptic-curve cryptography and is very similar to DNSCurve, but focuses on securing communications between a client and its first-level resolver."
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
website="https://dnscrypt.info/"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
forum="https://forum.privacytools.io/t/discussion-dnscrypt/340"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
github="https://github.com/jedisct1/dnscrypt-proxy"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
{%
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
include cardv2.html
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
title="DNSCrypt-Proxy - Tool"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
image="/assets/img/tools/DNSCrypt-Proxy.png"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
description="DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, and allows filtering, forwarding, and cloaking."
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
website="https://github.com/jedisct1/dnscrypt-proxy/"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
forum="https://forum.privacytools.io/t/discussion-dnscrypt-proxy/1498"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
github="https://github.com/jedisct1/dnscrypt-proxy/"
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
linux=""
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
mac=""
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
android=""
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
ios=""
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
%}
<h1 id="icanndns" class="anchor"><a href="#icanndns"><i class="fas fa-link anchor-icon"></i></a> Encrypted ICANN DNS Providers</h1>

Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:54:30 +00:00 (Migrated from github.com)
Review
  description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
```suggestion description="Njalla only needs your email or XMPP address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service." ```
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 20:55:36 +00:00 (Migrated from github.com)
Review

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.

It works as a local DNS server, but I am not sure I am entirely happy with the tagline.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:02:53 +00:00 (Migrated from github.com)
Review

I am not sure on this description.

  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.
  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
I am not sure on this description. * I cannot remember giving DNSCrypt-proxy any direct CLI commands. * I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. * "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? * "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
Mikaela commented 2019-09-01 21:03:39 +00:00 (Migrated from github.com)
Review

The operatingsystem="link" things won't actually do anything as you can see in the preview, so I think they should be removed.

The `operatingsystem="link"` things won't actually do anything as you can see in the preview, so I think they should be removed.
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:34:00 +00:00 (Migrated from github.com)
Review

Same, should we leave off a tag line for this?

Same, should we leave off a tag line for this?
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-01 22:35:23 +00:00 (Migrated from github.com)
Review

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.

Gotcha, that makes sense. Wasn’t sure if we want these filled out even in these cases but will remove them.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
nitrohorse commented 2019-09-02 06:17:59 +00:00 (Migrated from github.com)
Review
  • I cannot remember giving DNSCrypt-proxy any direct CLI commands.

It's possible, yeah:

dnscrypt-proxy1

  • I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control.
  • "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI?
  • "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though.

Hmm what about this description (taken in part from Arch's wiki and updated):

DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.

> - I cannot remember giving DNSCrypt-proxy any direct CLI commands. It's possible, yeah: ![dnscrypt-proxy1](https://user-images.githubusercontent.com/1514352/64093451-ed5a4900-cd47-11e9-9aac-032316fdd03a.png) > - I think "bridges applications expecting regular DNS with servers supporting encrypted DNS" suggests that every app should manage DNS by itself, probably even DNS over HTTPS and centralize queries somewhere out of user control. > - "Can also display the DNS activity" - you mean can log DNS queries or am I unaware of some CLI? > - "locally block unwanted content." - I guess so, but I think there would be a better word that would also include forcing safe search etc. I don't know what the word would be though. Hmm what about this description (taken in part from [Arch's wiki](https://wiki.archlinux.org/index.php/Dnscrypt-proxy ) and updated): > DNSCrypt-Proxy is a command-line DNS proxy with support for the encrypted DNS protocols, DNS over HTTPS and DNSCrypt. Can cache results to improve speed, allows filtering, forwarding, and cloaking, and is compatible with DNSSEC.
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 12:58:38 +00:00 (Migrated from github.com)
Review

That would work or maybe just leaving the old "Tool"

That would work or maybe just leaving the old "Tool"
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
Mikaela commented 2019-09-02 13:00:52 +00:00 (Migrated from github.com)
Review

I like it, other than the last part

and is compatible with DNSSEC.

I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.

I like it, other than the last part > and is compatible with DNSSEC. I don't know what they mean by "compatible with DNSSEC" unless it means "you can configure dnscrypt-proxy to require DNSSEC capable servers from sources file" as there is the "but" that dnscrypt-proxy won't validate DNSSEC by itself.
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:08 +00:00 (Migrated from github.com)
Review

Yeah, I just see that's a bit odd wording...

Yeah, I just see that's a bit odd wording...
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.
nitrohorse commented 2019-09-02 16:15:58 +00:00 (Migrated from github.com)
Review

I can just leave it out.

I can just leave it out.

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -275,15 +275,11 @@ Raddle: https://gitlab.com/postmill
## Domain Name System (DNS)
OpenNic: https://github.com/opennic/
Njalla: Non-free/Proprietary Software
DNSCrypt: https://github.com/dnscrypt
DNSCrypt-proxy: https://github.com/jedisct1/dnscrypt-proxy/
OpenNic: https://github.com/opennic/ (mostly)
Webpage: https://github.com/opennic/opennic-web
DNSCrypt-Proxy: https://github.com/jedisct1/dnscrypt-proxy/
### Worth Mentioning