https://issues.dlang.org/show_bug.cgi?id=14938
--- Comment #2 from Martin Nowak <c...@dawg.eu> --- Though std.socket mostly does DNS resolution. Maybe use HOSTALIASES on non-Windows systems. It doesn't make much sense to test the actual DNS resolution anyhow, as the purpose is to test the correct usage of gethostbyname et. al. --