Encrypt Decrypt using Dnscrypt on Ubuntu The 2019 Stack Overflow Developer Survey Results Are...
Was credit for the black hole image misappropriated?
Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?
Am I ethically obligated to go into work on an off day if the reason is sudden?
Word to describe a time interval
Can each chord in a progression create its own key?
Working through the single responsibility principle (SRP) in Python when calls are expensive
Using dividends to reduce short term capital gains?
One-dimensional Japanese puzzle
Is 'stolen' appropriate word?
Pretty sure I'm over complicating my loops but unsure how to simplify
Why can't devices on different VLANs, but on the same subnet, communicate?
How many cones with angle theta can I pack into the unit sphere?
Why doesn't a hydraulic lever violate conservation of energy?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
"... to apply for a visa" or "... and applied for a visa"?
Do I have Disadvantage attacking with an off-hand weapon?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Drawing vertical/oblique lines in Metrical tree (tikz-qtree, tipa)
How to determine omitted units in a publication
Make it rain characters
different output for groups and groups USERNAME after adding a username to a group
What force causes entropy to increase?
Circular reasoning in L'Hopital's rule
Simulating Exploding Dice
Encrypt Decrypt using Dnscrypt on Ubuntu
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)DNScrypt proxy not workingdnscrypt-proxy - check what resolver I am usingRun dnscrypt-proxy automatically at startup on Ubuntu 14.04DNSCrypt stopped working on UBUNTU 14.04How to Run Dnscrypt-proxy in Vivid?How to setup Dnscrypt with a DNS cache service?How to cache dnscrypt-proxy with dnsmasq+resolvconf?cant connect internet after installing dnscryptUbuntu 17.10 - DNS query via TCP not workingRemove dnscrypt
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Is there a good guide for encrypting decrypting using Dnscrypt on Ubuntu?
14.04 security configuration dnscrypt-proxy
add a comment |
Is there a good guide for encrypting decrypting using Dnscrypt on Ubuntu?
14.04 security configuration dnscrypt-proxy
There is a help center, if you are unsure how to post a question here. askubuntu.com/help
– Dan
Jul 1 '14 at 12:41
Does not work. The 3rd command. This is the result. sudo apt-get install dnscrypt-proxy E: Impossible find packet dnscrypt-proxy
– user342487
Oct 26 '14 at 10:50
add a comment |
Is there a good guide for encrypting decrypting using Dnscrypt on Ubuntu?
14.04 security configuration dnscrypt-proxy
Is there a good guide for encrypting decrypting using Dnscrypt on Ubuntu?
14.04 security configuration dnscrypt-proxy
14.04 security configuration dnscrypt-proxy
edited 6 mins ago
mature
2,2074933
2,2074933
asked Jul 1 '14 at 11:52
user299459user299459
1612
1612
There is a help center, if you are unsure how to post a question here. askubuntu.com/help
– Dan
Jul 1 '14 at 12:41
Does not work. The 3rd command. This is the result. sudo apt-get install dnscrypt-proxy E: Impossible find packet dnscrypt-proxy
– user342487
Oct 26 '14 at 10:50
add a comment |
There is a help center, if you are unsure how to post a question here. askubuntu.com/help
– Dan
Jul 1 '14 at 12:41
Does not work. The 3rd command. This is the result. sudo apt-get install dnscrypt-proxy E: Impossible find packet dnscrypt-proxy
– user342487
Oct 26 '14 at 10:50
There is a help center, if you are unsure how to post a question here. askubuntu.com/help
– Dan
Jul 1 '14 at 12:41
There is a help center, if you are unsure how to post a question here. askubuntu.com/help
– Dan
Jul 1 '14 at 12:41
Does not work. The 3rd command. This is the result. sudo apt-get install dnscrypt-proxy E: Impossible find packet dnscrypt-proxy
– user342487
Oct 26 '14 at 10:50
Does not work. The 3rd command. This is the result. sudo apt-get install dnscrypt-proxy E: Impossible find packet dnscrypt-proxy
– user342487
Oct 26 '14 at 10:50
add a comment |
2 Answers
2
active
oldest
votes
You can install Dnscrypt using ppa:shnatsel/dnscrypt PPA
sudo add-apt-repository ppa:shnatsel/dnscrypt
sudo apt-get update
sudo apt-get install dnscrypt-proxy
1
thanks a lot! it worked after i did this and set my dns as 127.0.0.2
– user299459
Jul 1 '14 at 15:36
2
This ppa does not have one for 14.04
– xgdgsc
Sep 28 '14 at 7:44
add a comment |
Here is how I got it working with OpenDNS
I got it to work with DNSCrypt.org client
- libsodium4_0.4.5-0~trusty5_amd64.deb
- dnscrypt-proxy-1.4.2.tar.gz
- install them with gdebi-gtk
Nether in official ppa yet for Ubuntu 14.04 had to download them from:
- https://launchpad.net/~shnatsel/+archive/ubuntu/dnscrypt/+files/libsodium4_0.4.5-0~trusty5_amd64.deb
- https://launchpad.net/~shnatsel/+archive/ubuntu/dnscrypt/+files/dnscrypt-proxy_1.4.0-0~oldconf2%2Bsaucy1_amd64.deb
Set DNS address 127.0.0.2 network tools KDE
sudo start it sudo service ddclient restart
sudo service network-manager restart
$ dig debug.opendns.com txt
; <<>> DiG 9.9.5-3-Ubuntu <<>> debug.opendns.com txt
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57152
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;debug.opendns.com. IN TXT
;; ANSWER SECTION:
debug.opendns.com. 0 IN TXT "server 5.ash"
debug.opendns.com. 0 IN TXT "flags 20 0 2F6 0"
debug.opendns.com. 0 IN TXT "originid 26933670"
debug.opendns.com. 0 IN TXT "actype 2"
debug.opendns.com. 0 IN TXT "bundle 6932830"
debug.opendns.com. 0 IN TXT "source 66.168.29.120:54722"
debug.opendns.com. 0 IN TXT "dnscrypt enabled (71447764594D3377)"
;; Query time: 58 msec
;; SERVER: 127.0.1.1#53(127.0.1.1)
;; WHEN: Sun Jan 04 12:46:15 CST 2015
;; MSG SIZE rcvd: 265
add a comment |
protected by Community♦ Apr 26 '15 at 19:37
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can install Dnscrypt using ppa:shnatsel/dnscrypt PPA
sudo add-apt-repository ppa:shnatsel/dnscrypt
sudo apt-get update
sudo apt-get install dnscrypt-proxy
1
thanks a lot! it worked after i did this and set my dns as 127.0.0.2
– user299459
Jul 1 '14 at 15:36
2
This ppa does not have one for 14.04
– xgdgsc
Sep 28 '14 at 7:44
add a comment |
You can install Dnscrypt using ppa:shnatsel/dnscrypt PPA
sudo add-apt-repository ppa:shnatsel/dnscrypt
sudo apt-get update
sudo apt-get install dnscrypt-proxy
1
thanks a lot! it worked after i did this and set my dns as 127.0.0.2
– user299459
Jul 1 '14 at 15:36
2
This ppa does not have one for 14.04
– xgdgsc
Sep 28 '14 at 7:44
add a comment |
You can install Dnscrypt using ppa:shnatsel/dnscrypt PPA
sudo add-apt-repository ppa:shnatsel/dnscrypt
sudo apt-get update
sudo apt-get install dnscrypt-proxy
You can install Dnscrypt using ppa:shnatsel/dnscrypt PPA
sudo add-apt-repository ppa:shnatsel/dnscrypt
sudo apt-get update
sudo apt-get install dnscrypt-proxy
answered Jul 1 '14 at 12:42
user308564
1
thanks a lot! it worked after i did this and set my dns as 127.0.0.2
– user299459
Jul 1 '14 at 15:36
2
This ppa does not have one for 14.04
– xgdgsc
Sep 28 '14 at 7:44
add a comment |
1
thanks a lot! it worked after i did this and set my dns as 127.0.0.2
– user299459
Jul 1 '14 at 15:36
2
This ppa does not have one for 14.04
– xgdgsc
Sep 28 '14 at 7:44
1
1
thanks a lot! it worked after i did this and set my dns as 127.0.0.2
– user299459
Jul 1 '14 at 15:36
thanks a lot! it worked after i did this and set my dns as 127.0.0.2
– user299459
Jul 1 '14 at 15:36
2
2
This ppa does not have one for 14.04
– xgdgsc
Sep 28 '14 at 7:44
This ppa does not have one for 14.04
– xgdgsc
Sep 28 '14 at 7:44
add a comment |
Here is how I got it working with OpenDNS
I got it to work with DNSCrypt.org client
- libsodium4_0.4.5-0~trusty5_amd64.deb
- dnscrypt-proxy-1.4.2.tar.gz
- install them with gdebi-gtk
Nether in official ppa yet for Ubuntu 14.04 had to download them from:
- https://launchpad.net/~shnatsel/+archive/ubuntu/dnscrypt/+files/libsodium4_0.4.5-0~trusty5_amd64.deb
- https://launchpad.net/~shnatsel/+archive/ubuntu/dnscrypt/+files/dnscrypt-proxy_1.4.0-0~oldconf2%2Bsaucy1_amd64.deb
Set DNS address 127.0.0.2 network tools KDE
sudo start it sudo service ddclient restart
sudo service network-manager restart
$ dig debug.opendns.com txt
; <<>> DiG 9.9.5-3-Ubuntu <<>> debug.opendns.com txt
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57152
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;debug.opendns.com. IN TXT
;; ANSWER SECTION:
debug.opendns.com. 0 IN TXT "server 5.ash"
debug.opendns.com. 0 IN TXT "flags 20 0 2F6 0"
debug.opendns.com. 0 IN TXT "originid 26933670"
debug.opendns.com. 0 IN TXT "actype 2"
debug.opendns.com. 0 IN TXT "bundle 6932830"
debug.opendns.com. 0 IN TXT "source 66.168.29.120:54722"
debug.opendns.com. 0 IN TXT "dnscrypt enabled (71447764594D3377)"
;; Query time: 58 msec
;; SERVER: 127.0.1.1#53(127.0.1.1)
;; WHEN: Sun Jan 04 12:46:15 CST 2015
;; MSG SIZE rcvd: 265
add a comment |
Here is how I got it working with OpenDNS
I got it to work with DNSCrypt.org client
- libsodium4_0.4.5-0~trusty5_amd64.deb
- dnscrypt-proxy-1.4.2.tar.gz
- install them with gdebi-gtk
Nether in official ppa yet for Ubuntu 14.04 had to download them from:
- https://launchpad.net/~shnatsel/+archive/ubuntu/dnscrypt/+files/libsodium4_0.4.5-0~trusty5_amd64.deb
- https://launchpad.net/~shnatsel/+archive/ubuntu/dnscrypt/+files/dnscrypt-proxy_1.4.0-0~oldconf2%2Bsaucy1_amd64.deb
Set DNS address 127.0.0.2 network tools KDE
sudo start it sudo service ddclient restart
sudo service network-manager restart
$ dig debug.opendns.com txt
; <<>> DiG 9.9.5-3-Ubuntu <<>> debug.opendns.com txt
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57152
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;debug.opendns.com. IN TXT
;; ANSWER SECTION:
debug.opendns.com. 0 IN TXT "server 5.ash"
debug.opendns.com. 0 IN TXT "flags 20 0 2F6 0"
debug.opendns.com. 0 IN TXT "originid 26933670"
debug.opendns.com. 0 IN TXT "actype 2"
debug.opendns.com. 0 IN TXT "bundle 6932830"
debug.opendns.com. 0 IN TXT "source 66.168.29.120:54722"
debug.opendns.com. 0 IN TXT "dnscrypt enabled (71447764594D3377)"
;; Query time: 58 msec
;; SERVER: 127.0.1.1#53(127.0.1.1)
;; WHEN: Sun Jan 04 12:46:15 CST 2015
;; MSG SIZE rcvd: 265
add a comment |
Here is how I got it working with OpenDNS
I got it to work with DNSCrypt.org client
- libsodium4_0.4.5-0~trusty5_amd64.deb
- dnscrypt-proxy-1.4.2.tar.gz
- install them with gdebi-gtk
Nether in official ppa yet for Ubuntu 14.04 had to download them from:
- https://launchpad.net/~shnatsel/+archive/ubuntu/dnscrypt/+files/libsodium4_0.4.5-0~trusty5_amd64.deb
- https://launchpad.net/~shnatsel/+archive/ubuntu/dnscrypt/+files/dnscrypt-proxy_1.4.0-0~oldconf2%2Bsaucy1_amd64.deb
Set DNS address 127.0.0.2 network tools KDE
sudo start it sudo service ddclient restart
sudo service network-manager restart
$ dig debug.opendns.com txt
; <<>> DiG 9.9.5-3-Ubuntu <<>> debug.opendns.com txt
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57152
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;debug.opendns.com. IN TXT
;; ANSWER SECTION:
debug.opendns.com. 0 IN TXT "server 5.ash"
debug.opendns.com. 0 IN TXT "flags 20 0 2F6 0"
debug.opendns.com. 0 IN TXT "originid 26933670"
debug.opendns.com. 0 IN TXT "actype 2"
debug.opendns.com. 0 IN TXT "bundle 6932830"
debug.opendns.com. 0 IN TXT "source 66.168.29.120:54722"
debug.opendns.com. 0 IN TXT "dnscrypt enabled (71447764594D3377)"
;; Query time: 58 msec
;; SERVER: 127.0.1.1#53(127.0.1.1)
;; WHEN: Sun Jan 04 12:46:15 CST 2015
;; MSG SIZE rcvd: 265
Here is how I got it working with OpenDNS
I got it to work with DNSCrypt.org client
- libsodium4_0.4.5-0~trusty5_amd64.deb
- dnscrypt-proxy-1.4.2.tar.gz
- install them with gdebi-gtk
Nether in official ppa yet for Ubuntu 14.04 had to download them from:
- https://launchpad.net/~shnatsel/+archive/ubuntu/dnscrypt/+files/libsodium4_0.4.5-0~trusty5_amd64.deb
- https://launchpad.net/~shnatsel/+archive/ubuntu/dnscrypt/+files/dnscrypt-proxy_1.4.0-0~oldconf2%2Bsaucy1_amd64.deb
Set DNS address 127.0.0.2 network tools KDE
sudo start it sudo service ddclient restart
sudo service network-manager restart
$ dig debug.opendns.com txt
; <<>> DiG 9.9.5-3-Ubuntu <<>> debug.opendns.com txt
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57152
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;debug.opendns.com. IN TXT
;; ANSWER SECTION:
debug.opendns.com. 0 IN TXT "server 5.ash"
debug.opendns.com. 0 IN TXT "flags 20 0 2F6 0"
debug.opendns.com. 0 IN TXT "originid 26933670"
debug.opendns.com. 0 IN TXT "actype 2"
debug.opendns.com. 0 IN TXT "bundle 6932830"
debug.opendns.com. 0 IN TXT "source 66.168.29.120:54722"
debug.opendns.com. 0 IN TXT "dnscrypt enabled (71447764594D3377)"
;; Query time: 58 msec
;; SERVER: 127.0.1.1#53(127.0.1.1)
;; WHEN: Sun Jan 04 12:46:15 CST 2015
;; MSG SIZE rcvd: 265
edited Jun 28 '15 at 8:02
masegaloeh
1033
1033
answered Jan 4 '15 at 18:53
stevehendo34stevehendo34
524413
524413
add a comment |
add a comment |
protected by Community♦ Apr 26 '15 at 19:37
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
There is a help center, if you are unsure how to post a question here. askubuntu.com/help
– Dan
Jul 1 '14 at 12:41
Does not work. The 3rd command. This is the result. sudo apt-get install dnscrypt-proxy E: Impossible find packet dnscrypt-proxy
– user342487
Oct 26 '14 at 10:50