1CTRLPROXY_CONFIG(5) CTRLPROXY_CONFIG(5)
2
3
4
6 ctrlproxy_config - Configuration file for ctrlproxy
7
9 CtrlProxy uses a configuration directory called .ctrlproxy that lives
10 inside the users home directory. The main configuration file lives in
11 this directory and is called config. It is an ini-style configuration
12 file with sections and key-value pairs.
13
14 This manpage discusses the variables that can be set in this file in a
15 standard ControlProxy installation.
16
18 [global]
19 The [global] section contains some of the most important settings.
20 <xi:include></xi:include>.SH "SEE ALSO"
21
22 ctrlproxy (1), config.example, http://www.ctrlproxy.org/
23
25 This program is free software; you can redistribute it and/or modify it
26 under the terms of the GNU General Public License as published by the
27 Free Software Foundation; either version 3 of the License, or (at your
28 option) any later version.
29
30 This program is distributed in the hope that it will be useful, but
31 WITHOUT ANY WARRANTY without even the implied warranty of
32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33 General Public License for more details.
34
35 You should have received a copy of the GNU General Public License along
36 with this program; if not, write to the Free Software Foundation, Inc.,
37 59 Temple PLace, Suite 330, Boston, MA 02111-1307 USA
38
40 CtrlProxy currently does not warn about unknown configuration
41 parameters.
42
44 Jelmer Vernooij[1]
45
47 1. Jelmer Vernooij
48 mailto:jelmer@nl.linux.org
49
50
51
52 12/06/2008 CTRLPROXY_CONFIG(5)