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
So it seems that in order for a RegisterProxy call to answer A record requests, the service parameter needs to be prefixed with the hostname like this: HOSTNAME,_http._tcp. Resulting in this fix: secoya/ingress-mdns@8f4973b
I was wondering: Am I doing this completely backwards? Have I overlooked something? It seems that this would be documented if people had a lot of trouble with this.
The text was updated successfully, but these errors were encountered:
andsens
changed the title
RegisterProxy: Without hostname in service field, A records are not answered.
RegisterProxy: Without hostname in service field, A record questions are not answered.
Jul 1, 2020
So it seems that in order for a
RegisterProxy
call to answer A record requests, theservice
parameter needs to be prefixed with the hostname like this:HOSTNAME,_http._tcp
. Resulting in this fix:secoya/ingress-mdns@8f4973b
I was wondering: Am I doing this completely backwards? Have I overlooked something? It seems that this would be documented if people had a lot of trouble with this.
The text was updated successfully, but these errors were encountered: