Documentation du Dr FRAPPE

Ce wiki regroupe les résultats de mes expériences en informatique accumulés au cours de mes recherches sur le net.

Dans la mesure du possible, j'ai cité mes sources ; il en manque certainement… :-)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révisionLes deux révisions suivantes
logiciel:internet:dnsmasq:dnsmasq.conf [2020/11/06 10:31] – [Options] adminlogiciel:internet:dnsmasq:dnsmasq.conf [2020/11/06 10:35] – [Options] admin
Ligne 371: Ligne 371:
    : The fields are <name>,<target>,<port>,<priority>,<weight>    : The fields are <name>,<target>,<port>,<priority>,<weight>
    : If the domain part if missing from the name (so that is just has the service and protocol sections) then the domain given by the domain= config option is used. (Note that expand-hosts does not need to be set for this to work.)    : If the domain part if missing from the name (so that is just has the service and protocol sections) then the domain given by the domain= config option is used. (Note that expand-hosts does not need to be set for this to work.)
- +     ? srv-host=_ldap._tcp.example.com,ldapserver.example.com,389 
-A SRV record sending LDAP for the example.com domain to +     : A SRV record sending LDAP for the example.com domain to ldapserver.example.com port 389 
-ldapserver.example.com port 389 +     ? domain=example.com\\ srv-host=_ldap._tcp,ldapserver.example.com,389 
-#srv-host=_ldap._tcp.example.com,ldapserver.example.com,389 +     : A SRV record sending LDAP for the example.com domain to ldapserver.example.com port 389 (using domain=) 
- +     ? srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,1\\ srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,
-A SRV record sending LDAP for the example.com domain to +     : Two SRV records for LDAP, each with different priorities 
-ldapserver.example.com port 389 (using domain=) +     ? srv-host=_ldap._tcp.example.com 
-#domain=example.com +     : A SRV record indicating that there is no LDAP server for the domain example.com
-#srv-host=_ldap._tcp,ldapserver.example.com,389 +
- +
-# Two SRV records for LDAPeach with different priorities +
-#srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,1 +
-#srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,+
- +
-A SRV record indicating that there is no LDAP server for the domain +
-# example.com +
-#srv-host=_ldap._tcp.example.com+
  
 # The following line shows how to make dnsmasq serve an arbitrary PTR # The following line shows how to make dnsmasq serve an arbitrary PTR