Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

n1nj4
n1nj4

Posted on

     

encrypt dns/tor [devuan linux]

install tor script

git clone https://github.com/keeganjk/kali-anonymouscd kali-anonymous
Enter fullscreen modeExit fullscreen mode
chmod +x setupsudo ./setup
Enter fullscreen modeExit fullscreen mode
sudo apt install psmisc virt-what bleachbit
Enter fullscreen modeExit fullscreen mode

let’s encrypt dns with forked dnscrypt-proxy/tor for devuan

sudo apt install dnscrypt-proxysudo nano /etc/dnscrypt-proxy/dnscrypt-proxy.toml
Enter fullscreen modeExit fullscreen mode

modify for tor resolvers
listen_addresses = [‘127.0.2.1:53’]

echo “nameserver 127.0.0.1” | sudo tee /etc/resolv.conf
Enter fullscreen modeExit fullscreen mode

change resolv.conf attributes to immutable

sudo chattr +i /etc/resolv.conf
Enter fullscreen modeExit fullscreen mode
sudo anonymous for basic info.sudo anonymous start to start anonymoussudo anonymous stop to stop anonymoussudo anonymous status for anonymous's statussudo anonymous update to update anonymous
Enter fullscreen modeExit fullscreen mode

restart services

sudo service network-manager restartsudo service dnscrypt-proxy restart
Enter fullscreen modeExit fullscreen mode

check

https://dnsleaktest.com

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

OS dev
  • Joined

More fromn1nj4

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp