diff options
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[] = { { |