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
The dns resolver only handles NS and A queries and ignores all other types and returns nothing in this case.
This was reported by a users who wants to use SRV or TXT records in his podman container, see containers/podman#18823
The text was updated successfully, but these errors were encountered:
The current implementation only supports A and NS records.
This should fixcontainers#233
This can be tested with:
```
podman run -it --rm alpine nslookup -type=txt rs.joedrumgoole.com
```
The current implementation only supports A and NS records.
This should fixcontainers#233
This can be tested with:
```
podman run -it --rm alpine nslookup -type=txt rs.joedrumgoole.com
```
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
see
gvisor-tap-vsock/pkg/services/dns/dns.go
Lines 79 to 116 in db793a5
The dns resolver only handles NS and A queries and ignores all other types and returns nothing in this case.
This was reported by a users who wants to use SRV or TXT records in his podman container, see containers/podman#18823
The text was updated successfully, but these errors were encountered: