diff options
author | sin <sin@2f30.org> | 2014-09-23 13:35:44 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-23 13:35:44 +0100 |
commit | ab8e59fcb9749f90207c959fffd3e3263b520019 (patch) | |
tree | 9124b126593de6e12f857eaca82335a6caa436ce /config.def.h | |
parent | 9290ff8baa69f9afe77503a2c3694b1059b9d9aa (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.h | 4 |
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[] = { { |