You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an old Pure Evoke F3 which uses the silicon frontier chip. Initially when setting up Radio-DNS and Radio-API it would not work. On looking into this further the Pure radios first lookup another domain
TCPDUMP of DNS Requests on Radio-DNS.
In this tcpdump 192.168.160.8 is my Pure Radio and pf is my router (and upstream DNS server)
11:39:12.777426 IP 192.168.160.8.50176 > radio-dns.53: 2+ A? pure.internetradiofrontier.com. (48)
11:39:12.778702 IP radio-dns.59011 > pf.53: 2+ A? pure.internetradiofrontier.com. (48)
11:39:13.767302 IP 192.168.160.8.50176 > radio-dns.53: 2+ A? pure.internetradiofrontier.com. (48)
11:39:13.768619 IP radio-dns.59391 > pf.53: 2+ A? pure.internetradiofrontier.com. (48)
11:39:13.774373 IP pf.53 > radio-dns.59011: 2 2/0/0 CNAME shim-pri.wifiradiofrontier.com., A 192.248.188.143 (105)
11:39:13.775158 IP radio-dns.53 > 192.168.160.8.50176: 2 2/0/0 CNAME shim-pri.wifiradiofrontier.com., A 192.248.188.143 (105)
11:39:16.214951 IP pf.53 > radio-dns.59391: 2 2/0/0 CNAME shim-pri.wifiradiofrontier.com., A 192.248.188.143 (105)
11:39:16.215921 IP radio-dns.53 > 192.168.160.8.50176: 2 2/0/0 CNAME shim-pri.wifiradiofrontier.com., A 192.248.188.143 (105)
I can redirect DNS queries on my router and redirected pure.internetradiofrontier.com to point to my radio-api container 192.168.200.31
Hi
I have an old Pure Evoke F3 which uses the silicon frontier chip. Initially when setting up Radio-DNS and Radio-API it would not work. On looking into this further the Pure radios first lookup another domain
TCPDUMP of DNS Requests on Radio-DNS.
In this tcpdump 192.168.160.8 is my Pure Radio and pf is my router (and upstream DNS server)
I can redirect DNS queries on my router and redirected pure.internetradiofrontier.com to point to my radio-api container 192.168.200.31
At this point restarted Pure radio and radio-api just worked.
Not sure of the usage from Pure radio users but feel that adding another domain into
Radio-DNS-Server/dns/hama.py
Line 11 in a1e8cc6
Happy to add a PR if needed.
Adjusting hama.py to this works for me
Many Thanks
Gavin
The text was updated successfully, but these errors were encountered: