computer:network:pihole

Pihole-DNS-Server

Auf einem OrangePi zero installiert

Pihole

DNScrypt-Proxy

https://blog.sean-wright.com/dns-with-pi-hole-dnscrypt/

  • Change the current directory to /opt: cd /opt
  • Unarchive the downloaded archive: sudo tar -xvzf ./dnscrypt-proxy-linuxarm64-2.0.45.tar.gz
    - Remove the downloaded archive: sudo rm dnscrypt-proxy-linux
    arm64-2.0.45.tar.gz
  • Rename the unpacked directory: `sudo mv ./linux-x86_64 ./dnscrypt-proxy
  • Change directory to dnscrypt-proxy: cd dnscrypt-proxy
  • Create configuration from an example: sudo cp ./example-dnscrypt-proxy.toml ./dnscrypt-proxy.toml
  • Edit the configuration:

    servernames = ['cloudflare'] # you can can change this and get a list of names from https://dnscrypt.info/public-servers
    listen
    addresses = ['127.0.0.1:54']

  • Install the dnscrypt-proxy: sudo ./dnscrypt-proxy -service install
  • Start dnscrypt-proxy: sudo ./dnscrypt-proxy -service start

DynDNS-Script

Wireguard

  • computer/network/pihole.1666691977.txt.gz
  • Last modified: 2022/10/25 09:59
  • by springm