-
Notifications
You must be signed in to change notification settings - Fork 93
DNS should use search domains by default #146
Comments
@ioquatix is the |
I believe a user's expected experience is that anything that uses DNS should use the search domains - as curl, wget, and countless other applications do, and is specified in resolv.conf man page:
That Resolv::DNS does not do this by default feels like a bad user experience - and cascades down to anything that uses it (including Celluloid - today, anyway). |
+1 |
You should discuss this on the Celluloid::DNS issue tracker and feel free to submit a PR. |
I'm able to work around this because all of my current non-fully-qualified domains need the same suffix applied to them. I don't know how I would work around this otherwise. |
@aronchick @clonezone Let's discuss this on the Celluloid-DNS issue tracker. |
Currently, Resolv::DNS does not use search domains by default. This is, IMHO, broken. Celluloid should use these domains. To repro, you need a domain that is only available via a search domain, not the standard DNS on the system (I'm using Kubernetes) -
client
is the name of a service in Kubernetes, which is resolvable via the search domains:The text was updated successfully, but these errors were encountered: