A3sal0n / FalconGate

A smart gateway to stop cyber criminals - Sponsored by Falcon Guard
https://falconguard.cz
GNU General Public License v3.0
252 stars 59 forks source link

DNS Crypt source not sound #50

Closed Stretchster closed 6 years ago

Stretchster commented 6 years ago

Hi all, just trying to install Falcongate. I tried both from image and from scratch. I keep getting errors on the DNSCRYPT part of the install. Is this something we can bypass in order to complete the install? Im not getting DHCP to work so I can login to the GUI and configure. Im assuming the DNSCrypt is culprit for not completing the install. Any help would be appreciated.

Thanks

A3sal0n commented 6 years ago

Hi @Stretchster

Thanks for reaching out. Could you share the details below so we can look into this and try to reproduce your issue?

A side note: If you deploy our Raspbian image for RPi 3 from here you don't have to install anything else because FalconGate and all its dependencies are already installed.

Stretchster commented 6 years ago

Hi A3sal0n, thanks for the link to the image that worked. I thought I did download it and tried but I was wrong :) One more question, I registered for the FalconGateAPI but did not receive a key. Is this something i will get emailed at a later date? Sorry for my newb questions and again thanks for your help.

A3sal0n commented 6 years ago

Hi, I'm glad it worked this time!

It usually takes a while to receive the free key for our API because we do a manual revision of each request in our free time :)

Please feel free to ask any time, we will always answer as soon as possible and to the best of our knowledge.

easy4MEr commented 6 years ago

DNSCrypt source have been moved by the authors to new location -> https://download.dnscrypt.info/dnscrypt-proxy/dnscrypt-proxy.zip

Editing of the install scripts is neccessary to fix this issue.

A3sal0n commented 6 years ago

Thanks @easy4MEr for the heads up on this. I found precompiled arm binaries that work with Raspbian and RPi in the link below. https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.4/dnscrypt-proxy-linux_arm-2.0.4.tar.gz I propose to use this one to avoid unnecessary delays due to compilation.

A3sal0n commented 6 years ago

This bug is now fixed

Thanks @Stretchster and @easy4MEr