Sign inSign up

rizkybs70/dnsjoss

By rizkybs70

Updated about 6 years ago

DNSCrypt IPv4 (random resolver)

Image
0

196

rizkybs70/dnsjoss repository overview

dnsjoss = DNScrypt

This is just dnscrypt with my configuration so just adjust it to your own configuration (random resolver/random dns server) just setting for IPv4. In my case, I applied it with PiHole

tested on (STB HG-680P) Linux Armbian 5.91 Debian Buster 5.1.0 Desktop

DEFAULT PORT : 5300

How To Install (port default :5300)

1. Run Command
docker run -it -p 5300:5300/tcp -p 5300:5300/udp --name=dnscrypt --restart=always rizkybs70/dnsjoss
2. Wait process

Stop service Ctrl+C when docker show

....
.....
......
dnscrypt-proxy is ready - live servers: xx
3. Done

Customize port

Change port DNS with change value 5300:5300

example from 5300:5300 to 5353:5300

example full command with port 5353

docker run -it -p 5353:5300/tcp -p 5353:5300/udp --name=dnscrypt --restart=always rizkybs70/dnsjoss

Apply to Pihole

  1. Open Web Interface Pihole
  2. Settings
  3. Chose Tab DNS
  4. Uncheck all Upstream DNS Server except Custom 1 (IPv4)
  5. fill with IP your dnscrypt container Example : 172.17.0.4#5300

Adjust IP and Port (same with your port when installation)

Tag summary

Content type

Image

Digest

Size

6.9 MB

Last updated

about 6 years ago

docker pull rizkybs70/dnsjoss