DNSCrypt is still fairly new from OpenDNS. But they only have Linux downloads for .rpm and .deb, neither of which I can extract using Porteus (v1.1).
Anybody got any ideas how... or IF-- I can utilize DNSCrypt? Or is there another alternative?
https://blog.opendns.com/2012/02/16/tal ... ux-rising/
https://www.opendns.com/technology/dnscrypt/
Any interest in DNSCrypt?
- starman3000
- White ninja
- Posts: 6
- Joined: 16 Jan 2012, 01:26
- Location: USA
Any interest in DNSCrypt?
- There's only 10 kinds of people in the world. Those that can count in binary and those that can't.
- There's no place like 127.0.0.1 (IPv6 version: There's no place like ::1)
- There's no place like 127.0.0.1 (IPv6 version: There's no place like ::1)
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Any interest in DNSCrypt?
Convert your rpm to a porteus module like this:
Download the .rpm to temp (change code below to suit)
To convert your deb file try: deb2xzm my-debianfile.deb
Download the .rpm to temp (change code below to suit)
Code: Select all
mkdir -p /tmp/repack/{install,usr}
cd /tmp/repack
rpm2cpio /tmp/mydownloaded-file-0.5.1-2.2.i486.rpm | cpio -id
cat << EOD > install/slack-desc
dnscrypt: DNS is one of the fundamental building blocks of the Internet.
dnscrypt: It's used any time you visit a website, send an email, have an
dnscrypt: IM conversation or do anything else online. While OpenDNS
dnscrypt: has provided world-class security using DNS for years, and
dnscrypt: OpenDNS is the most secure DNS service available, the
dnscrypt: underlying DNS protocol has not been secure enough for
dnscrypt: our comfort.
dnscrypt:
dnscrypt:
dnscrypt:
dnscrypt:
EOD
makepkg -l y -c n /tmp/mydownloaded-file-0.5.1-i486.txz
txz2xzm /tmp/mydownloaded-file-0.5.1-i486.txz /tmp/mydownloaded-file-0.5.1-i486.xzm
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- wread
- Module Guard
- Posts: 1255
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: Any interest in DNSCrypt?
@brokenman: don't we have a service-menu with right-clicking? even for both .rpm and .deb?
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Any interest in DNSCrypt?
Sorry, i am living in console city.
In any case this method give you a nice /var/log/packages files and all the makepkg goodies.
In any case this method give you a nice /var/log/packages files and all the makepkg goodies.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.