From e412195d49a85808150dd5fa83f9286be1208e40 Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 14 Jul 2013 02:18:07 +0100 Subject: [PATCH] Correct config.outgoing_address var name --- config.example.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.js b/config.example.js index 3c5b580..43dff18 100644 --- a/config.example.js +++ b/config.example.js @@ -34,9 +34,9 @@ conf.servers.push({ //}); // Network interface for outgoing connections -conf.outgoing_addresses = { - IPv4: '0.0.0.0', - IPv6: '' +conf.outgoing_address = { + IPv4: '0.0.0.0' + //IPv6: '::' }; -- 2.25.1