diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-05 18:23:53 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-05 18:23:53 +0200 |
commit | 2b13c3c90d246ce032890fd8cd040ddb00c2767e (patch) | |
tree | 385372b78edb67907a7091f1fb9c102889731b31 | |
parent | 1be54a9f9590beeec71e32bd3386c6e8aa60bcad (diff) |
Better xinetd file, thanks to friedman@splode.com (#129).
-rw-r--r-- | doc/bitlbee.xinetd | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/bitlbee.xinetd b/doc/bitlbee.xinetd index 5f05e26e..88d02013 100644 --- a/doc/bitlbee.xinetd +++ b/doc/bitlbee.xinetd @@ -13,7 +13,12 @@ service ircd user = nobody server = /usr/local/sbin/bitlbee - ## xinetd is fucking retarded, what's the use of this port flag if - ## it HAS to be the same as in /etc/services ? - # port = 6667 + ## You might want to limit access to localhost only: + # bind = 127.0.0.1 + + ## Thanks a lot to friedman@splode.com for telling us about the type + ## argument, so now this file can be used without having to edit + ## /etc/services too. + type = UNLISTED + port = 6667 } |