Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用通配符地址=/#/xxx.xxx.xxx.xxx 方法转发 dns 请求。
当转发服务器的 ip 地址是静态的,但 ip 地址是动态的,因此我只能使用它的主机名时,这可以正常工作。
这将用于转发所有请求
address=/#/some.server.ip.address
当然这不是因为它必须使用IP地址吗?
address=/#/hostname
有没有办法单独使用 dnsmasq 来做到这一点?