summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-09-23 13:35:44 +0100
committersin <sin@2f30.org>2014-09-23 13:35:44 +0100
commitab8e59fcb9749f90207c959fffd3e3263b520019 (patch)
tree9124b126593de6e12f857eaca82335a6caa436ce /config.def.h
parent9290ff8baa69f9afe77503a2c3694b1059b9d9aa (diff)
Add proxy support
(Remove tcpenabled from config.def.h as it can easily be flipped at runtime via the cmdline switch).
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 3 insertions, 1 deletions
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[] = {
{