X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf diff --git a/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf b/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf new file mode 100644 index 00000000..df170dd0 --- /dev/null +++ b/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_ia.conf @@ -0,0 +1,44 @@ +# Enable the authorization module InetAccess "mod_auth_ia.so" + + # Port on which the server interacts with authorizator + # Parameter: required + # Value: 1 ... 65535 + # Default: 5555 + Port = 5555 + + # The time interval between sending an alive query to the user + # and updating statistics + # Parameter: required + # Values: 5 ... 600 (seconds) + # Default: 60 + UserDelay = 60 + + # User timeout. If authorizer does not respond during this time, + # the user will be disconnected + # Parameter: required + # Values: 5 ... 600 + # Default: 60 + UserTimeout = 65 + + # Define which information will be transmitted from the server to InetAccess + # as a residue of prepaid traffic + # FreeMb = 0 — amount of free megabytes in terms of cost of zero direction + # FreeMb = 1 — amount of free megabytes in terms of cost of the first direction + # FreeMb = 1 — amount of free megabytes in terms of cost of the first direction + # FreeMb = 2 — amount of free megabytes in terms of cost of the second direction + # ........................ + # FreeMb = 9 — amount of free megabytes in terms of cost of the ninth direction + # FreeMb = cash - amount of money for which the user can download for free + # FreeMb = none - no transfer + # Default: cash + # Parameter: required + # Values: different, see above + # Default: cash + FreeMb = cash + + # Enable protocol errors logging + # Parameter: optional + # Values: yes, no + # Default: no + # LogProtocolErrors = no +