Correct config.outgoing_address var name
authorDarren <darren@darrenwhitlen.com>
Sun, 14 Jul 2013 01:18:07 +0000 (02:18 +0100)
committerDarren <darren@darrenwhitlen.com>
Sun, 14 Jul 2013 01:18:07 +0000 (02:18 +0100)
config.example.js

index 3c5b5800e90d1149e61f19d823e1b3962e1c36a8..43dff18c14d45d9991accd5531b9d8587085855b 100644 (file)
@@ -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: '::'
 };