diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-04-06 16:34:25 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-04-06 16:34:25 +0100 |
commit | aefaac3a5d44537bdf804d1f42e491cc2b931889 (patch) | |
tree | 9fa2b9efc24fd39452db57836f38dc12c8f83398 /bitlbee.conf | |
parent | aa311173a85020bcbbbf61135a5451e171d422f5 (diff) |
Added ClientInterface configuration option to make BitlBee bind() to a
specific interface before connecting to a remote host.
Diffstat (limited to 'bitlbee.conf')
-rw-r--r-- | bitlbee.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bitlbee.conf b/bitlbee.conf index 99e8106d..c03a564f 100644 --- a/bitlbee.conf +++ b/bitlbee.conf @@ -34,6 +34,13 @@ # DaemonInterface = 0.0.0.0 # DaemonPort = 6667 +## ClientInterface: +## +## If for any reason, you want BitlBee to use a specific address/interface +## for outgoing traffic (IM connections, HTTP(S), etc.), set it here. +## +# ClientInterface = 0.0.0.0 + ## AuthMode ## ## Open -- Accept connections from anyone, use NickServ for user authentication. |