]> git.stg.codes - stg.git/blob - stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / inst / linux / etc / stargazer / conf-available.d / mod_ia.conf
1 # Enable the authorization module InetAccess "mod_auth_ia.so"
2 <Module auth_ia>
3     # Port on which the server interacts with authorizator
4     # Parameter: required
5     # Value: 1 ... 65535
6     # Default: 5555
7     Port = 5555
8
9     # The time interval between sending an alive query to the user
10     # and updating statistics
11     # Parameter: required
12     # Values: 5 ... 600 (seconds)
13     # Default: 60
14     UserDelay = 60
15
16     # User timeout. If authorizer does not respond during this time,
17     # the user will be disconnected
18     # Parameter: required
19     # Values: 5 ... 600
20     # Default: 60
21     UserTimeout = 65
22
23     # Define which information will be transmitted from the server to InetAccess
24     # as a residue of prepaid traffic
25     # FreeMb = 0 — amount of free megabytes in terms of cost of zero direction
26     # FreeMb = 1 — amount of free megabytes in terms of cost of the first direction
27     # FreeMb = 1 — amount of free megabytes in terms of cost of the first direction
28     # FreeMb = 2 — amount of free megabytes in terms of cost of the second direction
29     # ........................
30     # FreeMb = 9 — amount of free megabytes in terms of cost of the ninth direction
31     # FreeMb = cash - amount of money for which the user can download for free
32     # FreeMb = none - no transfer
33     # Default: cash
34     # Parameter: required
35     # Values: different, see above
36     # Default: cash
37     FreeMb = cash
38
39     # Enable protocol errors logging
40     # Parameter: optional
41     # Values: yes, no
42     # Default: no
43     # LogProtocolErrors = no
44 </Module>