projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7496de0
)
Correct config.outgoing_address var name
author
Darren
<darren@darrenwhitlen.com>
Sun, 14 Jul 2013 01:18:07 +0000
(
02:18
+0100)
committer
Darren
<darren@darrenwhitlen.com>
Sun, 14 Jul 2013 01:18:07 +0000
(
02:18
+0100)
config.example.js
patch
|
blob
|
blame
|
history
diff --git
a/config.example.js
b/config.example.js
index 3c5b5800e90d1149e61f19d823e1b3962e1c36a8..43dff18c14d45d9991accd5531b9d8587085855b 100644
(file)
--- a/
config.example.js
+++ b/
config.example.js
@@
-34,9
+34,9
@@
conf.servers.push({
//});
// Network interface for outgoing connections
-conf.outgoing_address
es
= {
- IPv4: '0.0.0.0'
,
-
IPv6: '
'
+conf.outgoing_address = {
+ IPv4: '0.0.0.0'
+
//IPv6: '::
'
};