summaryrefslogtreecommitdiffstats
path: root/dnssd/kcm_tdednssd.kcfg
blob: 19cefaafa9da36123598e1162f14b80f89c0239d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 <kcfgfile name="tdednssdrc" />
 <group name="browsing" >
  <entry key="DomainList" type="StringList" >
   <label>Additional domains for browsing</label>
   <whatsthis>List of 'wide-area' (non link-local) domains that should be browsed.</whatsthis>
  </entry>
  <entry key="BrowseLocal" type="Bool" >
   <label>Browse local network</label>
   <whatsthis>If true .local domain will be browsed. It is always link-local, using multicast DNS.</whatsthis>
   <default>true</default>
  </entry>
  <entry key="Recursive" type="Bool" >
   <label>Recursive search for domains</label>
   <whatsthis>Removed in KDE 3.5.0</whatsthis>
   <default>false</default>
  </entry>
 </group>
 <group name="publishing" >
  <entry key="PublishType" type="Enum" >
   <label>Select publishing in LAN (multicast) or WAN (unicast, needs configured DNS server)</label>
   <whatsthis>Specifies if publishing should be by default link-local using multicast DNS (LAN) or 'wide-area' using normal DNS server (WAN).</whatsthis>
   <default>LAN</default>
   <choices>
    <choice name="LAN" />
    <choice name="WAN" />
   </choices>
  </entry>
  <entry key="PublishDomain" type="String" >
   <label>Name of default publishing domain for WAN</label>
   <whatsthis>Domain name for publishing using 'wide-area' (normal DNS) ZeroConf. This must match domain specified in /etc/mdnsd.conf. This value is used only if PublishType is set to WAN.
</whatsthis>
  </entry>
 </group>
</kcfg>