aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitlbee.xinetd
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-05 18:23:53 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-05 18:23:53 +0200
commit2b13c3c90d246ce032890fd8cd040ddb00c2767e (patch)
tree385372b78edb67907a7091f1fb9c102889731b31 /doc/bitlbee.xinetd
parent1be54a9f9590beeec71e32bd3386c6e8aa60bcad (diff)
Better xinetd file, thanks to friedman@splode.com (#129).
Diffstat (limited to 'doc/bitlbee.xinetd')
-rw-r--r--doc/bitlbee.xinetd11
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
}