- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
是否可以将多个文件添加到 dnsmasq.conf 中的“addn-hosts”节点?
目前我有一个文件“dnsmasq.multihosts”,它有一个供 DNSmasq 解析的服务器列表。我的问题是 dnsmasq.multihosts 现在太长了,我想将它分成多个文件,如“dnsmasq.database”、“dnsmasq.webserver”等,以便于维护。
最佳答案
是的,可以在dnsmasq.conf
中为--addn-hosts
指定多个文件。可以为多个附加主机文件重复此选项。如果给出目录,则将读取该目录中的所有文件。
dnsmasq --help
...
-H, --addn-hosts=<file> Additional hosts file. Read the specified file as well as
/etc/hosts. If -h is given, read only the specified file.
This option may be repeated for more than one additional
hosts file. If a directory is given, then read all the files
contained in that directory.
dnsmasq
手册页位于 http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html .
关于linux - DNSMasq 中的多个 addn-hosts conf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48644841/
是否可以将多个文件添加到 dnsmasq.conf 中的“addn-hosts”节点? 目前我有一个文件“dnsmasq.multihosts”,它有一个供 DNSmasq 解析的服务器列表。我的问题
我的 tensorflow 应用程序因以下错误而崩溃: Inputs to operation linear/linear_model/weighted_sum_no_bias of type Add
我正在尝试使用 tensorflow 创建一个变分自动编码器。我已按照 keras 网站 ( https://keras.io/guides/making_new_layers_and_models_
我是一名优秀的程序员,十分优秀!