diff options
author | Peter Powell <petpow@saberuk.com> | 2016-11-12 16:04:16 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-11-12 22:31:15 +0000 |
commit | 0b8a13ab51551f4a6a67f7f52a22256d6e15ba90 (patch) | |
tree | edc7ed15201b0a46f70d00b9f011f6cd96e5c532 /docs/conf/inspircd.conf.example | |
parent | 1457c8738c707bddde4bb73fafcb618c24be9abe (diff) |
Allow listeners to be able to listen on unavailable addresses.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r-- | docs/conf/inspircd.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index e7eea0210..f969c281d 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -168,6 +168,12 @@ # To change it on a running bind, you'll have to comment it out, # rehash, comment it in and rehash again. defer="0" + + # free: When this is enabled the listener will be created regardless of + # whether the interface that provides the bind address is available. This + # is useful for if you are starting InspIRCd on boot when the server may + # not have brought the network interfaces up yet. + free="no" > <bind address="" port="6660-6669" type="clients"> |