cURL通过来自AccessPoint的主机名

时间:2019-12-02 13:58:58

标签: curl hostname dnsmasq

我正在尝试向“ dnsmasq网络”内的主机名发送cURL请求

RaspberryPi用作IoT设备的接入点。我连接到AP的Whem我可以卷曲他们的主机名没有问题。 在Raspberry中,它不起作用。

curl --interface wlan0 "http://gaertank2/relay"

导致

curl: (6) Could not resolve host: gaertank2

使用本地IP可以正常工作

Raspberry无法解析主机名但我的手机在同一网络中可以解析主机名的原因是什么? 我想避免使用IP地址

1 个答案:

答案 0 :(得分:0)

好吧,在域名服务器强制使用/etc/resolf.conf后,dhcpd覆盖了127.0.0.1的所有配置