Module conflib
source code
Configuration file management module.
Halberd uses configuration files to store relevant information needed
for certain protocols (SSL) or modes of operation (proxy, distributed
client/server, etc.).
This module takes care of reading and writing configuration files.
|
InvalidConfFile
Invalid configuration file.
|
|
ConfReader
Takes care of turning configuration files into meaningful
information.
|
int
|
default_proxy_port = 8080
Default TCP port to listen when acting as a proxy.
|
|
default_conf = ' \n# ========================================== ...
|
|
__package__ = ' Halberd '
|
default_conf
- Value:
'''
# ====================================================================
========
# halberd configuration file.
# ====================================================================
========
[proxy]
...
|
|