summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 1091893..55270bd 100644
--- a/src/main.h
+++ b/src/main.h
@@ -91,6 +91,11 @@ struct config_s {
char *statpage;
vector_t access_list;
+
+ /*
+ * Store the list of port allowed by CONNECT.
+ */
+ vector_t connect_ports;
};
/* Global Structures used in the program */