summaryrefslogtreecommitdiffstats
path: root/sample/etc/bindports.conf
blob: de90f73b36a4e2961c5ac3a6c76911178f69f3ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Bind Port List
# ----------------------------------------------
# syntax: <program> <port> <option>
#  program: arbitary name
#  port:    numeric port number or special name.
#           currently supported special name(s):
#            * tunnel (tunnel mode connection)
#  option:  parameter to this connection.
#            * port:   none
#            * tunnel: tunnel path
# ----------------------------------------------

# standalone mbbsd ports
mbbsd 23
#mbbsd 443
#mbbsd 3000
#mbbsd 3001
#mbbsd 3002
#mbbsd 3003
#mbbsd 3004
#mbbsd 3005
#mbbsd 3006
#mbbsd 3007
#mbbsd 3008
#mbbsd 3009
#mbbsd 3010

# following settings are only required if you use logind
# # tunnel mappings
# mbbsd  tunnel run/logind.tunnel
# logind tunnel run/logind.tunnel
#
# # logind ports
# logind 23
# logind 443
# logind 3000
# logind 3001
# logind 3002
# logind 3003
# logind 3004
# logind 3005
# logind 3006
# logind 3007
# logind 3008
# logind 3009
# logind 3010