Procházet zdrojové kódy

Additional hosts file added - /etc/dnsmasq_hosts

master
Dirk Alders před 1 rokem
rodič
revize
cb1b145e0e
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6
    0
      20_common.conf

+ 6
- 0
20_common.conf Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit