hashicorp / hashicorp/nomad-driver-exec2
Feature: support for DNS resolution when using network mode=bridge
Open
bug
- Dominant language
- Go
- Stars
- 23
- Forks
- 6
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 4
Description
It would be nice if network mode `bridge` was supported.
The current state: Unable to lookup hostnames via DNS.
An error message from my Go binary that attempted to run:
```
dial tcp: lookup google.com on 127.0.0.53:53: read udp 127.0.0.1:55584->127.0.0.53:53: read: connection refused
```
This would make using Consul Connect / sidecar proxy / transparent proxy possible.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.