95
95
used to provide comments.
100
<title>OPTIONS</title>
104
<term><literal><varname>interface</varname></literal></term>
107
This option allows you to override the default network
108
interfaces. By default mandos will not bind to any
109
specific interface but instead use default avahi-server
116
<term><literal><varname>address</varname></literal></term>
119
This option allows you to override the default network
120
address. By default mandos will not bind to any
121
specific address but instead use default avahi-server
128
<term><literal><varname>port</varname></literal></term>
131
This option allows you to override the default port to
132
listen on. By default mandos will not specify any specific
133
port and instead use a random port given by the OS from
134
the use of INADDR_ANY.
140
<term><literal><varname>debug</varname></literal></term>
143
This option allows you to modify debug mode with a true/false
144
boolean value. By default is debug set to <literal>false</literal>.
150
<term><literal><varname>priority</varname></literal></term>
153
This option allows you to override the default gnutls
154
priority that will be used in gnutls session. See
155
<citerefentry><refentrytitle>gnutls_priority_init
156
</refentrytitle><manvolnum>3</manvolnum></citerefentry>for
157
more information on gnutls priority strings.
163
<term><literal><varname>servicename</varname></literal></term>
166
This option allows you to override the default Zeroconf
167
service name use to announce mandos as a avahi service. By
168
default mandos will use "Mandos".
104
<term><varname>interface</varname></term>
106
<synopsis><literal>interface = </literal><arg
107
choice="plain"><replaceable>IF</replaceable></arg>
109
<xi:include href="mandos-options.xml" xpointer="interface"/>
114
<term><varname>address</varname></term>
116
<synopsis><literal>address = </literal><arg
117
choice="plain"><replaceable>ADDRESS</replaceable></arg>
119
<xi:include href="mandos-options.xml" xpointer="address"/>
124
<term><varname>port</varname></term>
126
<synopsis><literal>port = </literal><arg
127
choice="plain"><replaceable>PORT</replaceable></arg>
129
<xi:include href="mandos-options.xml" xpointer="port"/>
134
<term><varname>debug</varname></term>
136
<synopsis><literal>debug =</literal><group choice="req">
137
<arg choice="plain">1</arg>
138
<arg choice="plain">yes</arg>
139
<arg choice="plain">true</arg>
140
<arg choice="plain">on</arg>
141
<arg choice="plain">0</arg>
142
<arg choice="plain">no</arg>
143
<arg choice="plain">false</arg>
144
<arg choice="plain">off</arg>
147
<xi:include href="mandos-options.xml" xpointer="debug"/>
152
<term><varname>priority</varname></term>
154
<synopsis><literal>priority = </literal><arg
155
choice="plain"><replaceable>PRIORITY</replaceable></arg>
157
<xi:include href="mandos-options.xml" xpointer="priority"/>
162
<term><varname>servicename</varname></term>
163
<synopsis><literal>servicename = </literal><arg
164
choice="plain"><replaceable>NAME</replaceable></arg>
167
<xi:include href="mandos-options.xml"
168
xpointer="servicename"/>
176
<refsect1 id="examples">
177
<title>EXAMPLES</title>
175
<refsect1 id="files">
178
The file described here is &CONFPATH;
185
The <literal>[DEFAULT]</literal> is necessary because the Python
186
module <systemitem class="library">ConfigParser</systemitem>
191
<refsect1 id="example">
192
<title>EXAMPLE</title>
178
193
<informalexample>
181
# A configuration example
186
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
196
# A configuration example
198
address = 2001:db8:f983:bd0b:30de:ae4a:71f2:f672
201
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
188
203
</programlisting>
189
204
</informalexample>
192
<refsect1 id="files">
195
The file described here is &CONFPATH;