#include <settings.h>
Data Fields | |
gboolean | ssl |
Whether SSL is required. | |
gpointer | ssl_credentials |
char * | password |
Password. | |
char * | address |
Address to bind to. | |
char * | port |
Port to listen on. | |
char * | network |
Default network this listener is connected to. | |
GList * | allow_rules |
gboolean | is_default |
Whether this is the "default" listener, stored in ~/.ctrlproxy/config. |
gboolean listener_config::ssl |
Whether SSL is required.
Password.
char* listener_config::address |
Address to bind to.
Optional.
char* listener_config::port |
Port to listen on.
char* listener_config::network |
Default network this listener is connected to.
Can be NULL.
gboolean listener_config::is_default |
Whether this is the "default" listener, stored in ~/.ctrlproxy/config.