Adguardhome: Self-hosted AdGuard DNS software

Created on 11 Jun 2018  路  8Comments  路  Source: AdguardTeam/AdGuardHome

Short checklist

  • [x] Switch to CoreDNS instead of the current scheme
  • [x] Prepare an admin server that provides a simple REST API to manage the DNS server instance
  • [x] Front-end code
High enhancement

Most helpful comment

Yep

All 8 comments

Will it support wildcard for domain filtering?

Yep

It's great news that linux is put in priority. Guess the timing of the release will now depend on how far Russia goes in the World Cup. Good luck!

It's great news that linux is put in priority. Guess the timing of the release will now depend on how far Russia goes in the World Cup. Good luck!

If it goes far, this will postpone the release for sure. The good news is that this is a fantastical scenario so you have nothing to worry about:). Thank you!

I don't know much about the scripts, but to install it I did this in bash on 64-bit architecture and I made this script:

#!/bin/sh

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - 

sudo apt-get install -y nodejs 

curl https://dl.google.com/go/go1.11.1.linux-amd64.tar.gz 

tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz

git clone https://github.com/AdguardTeam/AdguardDNS

cd AdguardDNS && make

What do you think about it?

curl https://dl.google.com/go/go1.11.1.linux-amd64.tar.gz

you should use curl -O https://dl.google.com/go/go1.11.1.linux-amd64.tar.gz or wget https://dl.google.com/go/go1.11.1.linux-amd64.tar.gz

@JamesXatu2

For most users, downloading a single binary is the recommended way -- we've published the guides that cover most use cases on the Wiki.

We're planning on releasing new binaries soon, so there should be less pressure on building from sources -- building from sources is documented in README.md as well.

Is that not sufficient information? What would you like to see?

@hmage

Nothing, it is perfect as it is, indeed, I congratulate you for your magnificent work! I wrote my script for those who wanted to compile their track and always have the latest version, at least, I came back very useful and returns after each of your commits, maybe it can also serve others!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ameshkov picture ameshkov  路  3Comments

ammnt picture ammnt  路  4Comments

snhv picture snhv  路  3Comments

Iconology picture Iconology  路  3Comments

ameshkov picture ameshkov  路  3Comments