blob: 724e2c97a77a3ec05b132d9039fb514bbbb4c6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- bitlbee.xinetd.orig 2003-06-24 20:23:48.000000000 -0400
+++ bitlbee.xinetd 2003-06-24 20:24:14.000000000 -0400
@@ -1,12 +1,14 @@
## xinetd file for BitlBee. Please check this file before using it, the
## user, port and/or binary location might be wrong.
-service 6667
+service ircd
{
- socket_type = stream
- protocol = tcp
- wait = no
- user = nobody
- server = /usr/local/sbin/bitlbee
- port = 6667
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = nobody
+ only_from = localhost
+ server = /usr/sbin/bitlbee
+ port = 6667
+ disable = yes
}
|