From ab8e59fcb9749f90207c959fffd3e3263b520019 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 23 Sep 2014 13:35:44 +0100 Subject: Add proxy support (Remove tcpenabled from config.def.h as it can easily be flipped at runtime via the cmdline switch). --- config.def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index ba3eaf3..31adfc8 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,9 @@ /* See LICENSE file for copyright and license details. */ static int encryptdatafile = 0; -static int tcpenabled = 0; + +static char proxyaddr[] = "localhost"; +static uint16_t proxyport = 8080; static struct node nodes[] = { { -- cgit v1.2.3