computer:network:pihole

This is an old revision of the document!


Pihole-DNS-Server

Auf einem OrangePi zero installiert

Pihole

DNScrypt-Proxy

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

  1. Change the current directory to /opt: cd /opt
  2. Unarchive the downloaded archive: sudo tar -xvzf ./dnscrypt-proxy-linux_arm64-2.0.45.tar.gz
  3. Remove the downloaded archive: sudo rm dnscrypt-proxy-linux_arm64-2.0.45.tar.gz
  4. Rename the unpacked directory: `sudo mv ./linux-x86_64 ./dnscrypt-proxy
  5. Change directory to dnscrypt-proxy: cd dnscrypt-proxy
  6. Create configuration from an example: sudo cp ./example-dnscrypt-proxy.toml ./dnscrypt-proxy.toml
  7. Edit the configuration:
  server_names = ['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']
  1. Install the dnscrypt-proxy: sudo ./dnscrypt-proxy -service install
  2. 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