dnscrypt-server-docker icon indicating copy to clipboard operation
dnscrypt-server-docker copied to clipboard

Azure

Open no-replies opened this issue 6 years ago • 4 comments

Has anyone managed to install on Azure, Ubuntu?

Ive installed and all looks good but can't connect and its driving me nuts. If anyone has successfully installed a guide would be greatly appreciated.

no-replies avatar Mar 19 '19 12:03 no-replies

Not an Azure user myself but did you check if there any firewalls in azure? you may need to open some ports.

publicarray avatar Mar 21 '19 04:03 publicarray

Ive tried everything I cant think of - Networking (ports open), IPtables look good, with and without --net=host

no-replies avatar Mar 21 '19 13:03 no-replies

what sort of errors do you get on the dnscrypt-proxy client logs? I've seen things like: dnscrypt-proxy is waiting for at least one server to be reachable [NOTICE] TIMEOUT or Incorrect signature for provider name: Ive also seen things like read udp : i/o timeout

The signature error is configuration between your server, and the stamp you have in your client. The TIMEOUT is likely networking / ports related The I/O timeout I've debugged using docker logs and docker ps -a

Try pulling the latest client -- there's been a couple of new versions pushed over the weekend

ianbashford avatar Mar 24 '20 09:03 ianbashford

just make sure y make rules something like this should be work ruleazure the minus in azure is they dont have ipv6 support like aws

poentodewo avatar Dec 13 '20 18:12 poentodewo