rbfeeder does not resolve hostname values in external_host

Started by danmilon, January 06, 2019, 10:27:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

danmilon

When external_host is assigned to a DNS entry, rbfeeder does not resolve it, but keeps saying it cannot connect. When it is the IP address, it works fine.
Would it be possible to please fix this? It's handy to be able to set a DNS resolvable name, especially in setups where the IP address of the host running dump1090 is not known beforehand.

Runway 31

You will need to contact [email protected]. nobody on here can do anything to assist

Alan

danmilon

I assumed developers or some kind of employees would be active on the forum.

I'll try that too, thanks.

Runway 31

Support drop in very occasional but this is a self help forum for users

Alan

abcd567


abcd567

Another possibility is to write a script which resolves the hostname to IP address. For example using command "dig +short" in the script


dig +short google.com
172.217.0.110

dig +short airnavsystems.com
96.31.64.6

danmilon

sorry for the late reply. Yeah that's a valid workaround, until a fix is released.