Hi, I'm planning on setting up netmaker on a Ubuntu 20.04 in Microsoft Azure. I started to read the Quick Install instructions. There is a note on CoreDNS ("Depending on your cloud provider, the public IP may not be bound directly to the VM on which you are running. In such cases, CoreDNS cannot bind to this IP, and you should use the IP of the default interface on your machine in place of COREDNS_IP."). On my box, the IP I get by running the command " ip route get 1 | sed -n 's/^.*src \([0-9.]*\) .*$/\1/p' " is the private IP of the box, not the public. My question is how it will be used to resolve names if it is not reachable from other computers. Has anybody setup netmaker on Azure ? What IP should it be used for the COREDNS settings? Thanks in advance