95
95
used to provide comments.
100
<title>OPTIONS</title>
104
<term><varname>interface</varname></term>
106
<synopsis><literal>interface = </literal><replaceable
109
<xi:include href="mandos-options.xml" xpointer="interface"/>
114
<term><varname>address</varname></term>
116
<synopsis><literal>address = </literal><replaceable
117
>ADDRESS</replaceable>
119
<xi:include href="mandos-options.xml" xpointer="address"/>
124
<term><varname>port</varname></term>
126
<synopsis><literal>port = </literal><replaceable
129
<xi:include href="mandos-options.xml" xpointer="port"/>
134
<term><varname>debug</varname></term>
136
<synopsis><literal>debug = </literal>{ <literal
137
>1</literal> | <literal>yes</literal> | <literal
138
>true</literal> | <literal>on</literal> | <literal
139
>0</literal> | <literal>no</literal> | <literal
140
>false</literal> | <literal>off</literal> }
142
<xi:include href="mandos-options.xml" xpointer="debug"/>
147
<term><varname>priority</varname></term>
149
<synopsis><literal>priority = </literal><replaceable
150
>PRIORITY</replaceable>
152
<xi:include href="mandos-options.xml" xpointer="priority"/>
157
<term><varname>servicename</varname></term>
159
<synopsis><literal>servicename = </literal><replaceable
162
<xi:include href="mandos-options.xml"
163
xpointer="servicename"/>
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".
176
<refsect1 id="examples">
177
<title>EXAMPLES</title>
181
# A configuration example
186
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
170
192
<refsect1 id="files">
171
193
<title>FILES</title>
173
195
The file described here is &CONFPATH;
180
The <literal>[DEFAULT]</literal> is necessary because the Python
181
built-in module <systemitem class="library">ConfigParser</systemitem>
186
<refsect1 id="example">
187
<title>EXAMPLE</title>
190
No options are actually required:
198
An example using all the options:
202
# A configuration example
204
address = 2001:db8:f983:bd0b:30de:ae4a:71f2:f672
207
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
213
<refsect1 id="see_also">
214
<title>SEE ALSO</title>
217
<refentrytitle>mandos</refentrytitle>
218
<manvolnum>8</manvolnum></citerefentry>, <citerefentry>
219
<refentrytitle>mandos-clients.conf</refentrytitle>
220
<manvolnum>5</manvolnum></citerefentry>