瀏覽代碼

Additional hosts file added - /etc/dnsmasq_hosts

master
Dirk Alders 1 年之前
父節點
當前提交
cb1b145e0e
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      20_common.conf

+ 6
- 0
20_common.conf 查看文件

@@ -25,3 +25,9 @@ expand-hosts
25 25
 # 3) Provides the domain part for "expand-hosts"
26 26
 domain=home
27 27
 
28
+# If you don't want dnsmasq to read /etc/hosts, uncomment the
29
+# following line.
30
+#no-hosts
31
+# or if you want it to read another file, as well as /etc/hosts, use
32
+# this.
33
+addn-hosts=/etc/dnsmasq_hosts

Loading…
取消
儲存