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?
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!
Most helpful comment
Yep