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.
我在特定域上路由 DNS 流量时遇到问题。
例子:
*.swaroop.com
ns.swaroop.com
swaroop.org
ns.swaroop.org
我们可以用 DNSMasq 实现上述场景吗?请让我知道是否有人这样做过。
以下配置/etc/dnsmasq.conf应该很有用:
/etc/dnsmasq.conf
server=/swaroop.com/ns.swaroop.com server=/swaroop.org/ns.swaroop.org