X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/96b1c94cf2a86b2d41bae1789932e821874c1b10..0907aa4037b12b6b88ee24495d4577a064d4f8db:/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf diff --git a/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf b/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf index aa18309a..df170dd0 100644 --- a/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf +++ b/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf @@ -2,20 +2,20 @@ # Port on which the server interacts with authorizator # Parameter: required - # Value: 1 ... 65534 + # Value: 1 ... 65535 # Default: 5555 Port = 5555 # The time interval between sending an alive query to the user # and updating statistics - # Parameter: required + # Parameter: required # Values: 5 ... 600 (seconds) # Default: 60 UserDelay = 60 - # User timeout. If authorizer does not respond during this time, + # User timeout. If authorizer does not respond during this time, # the user will be disconnected - # Parameter: required + # Parameter: required # Values: 5 ... 600 # Default: 60 UserTimeout = 65 @@ -31,8 +31,14 @@ # FreeMb = cash - amount of money for which the user can download for free # FreeMb = none - no transfer # Default: cash - # Parameter: required + # Parameter: required # Values: different, see above # Default: cash FreeMb = cash - \ No newline at end of file + + # Enable protocol errors logging + # Parameter: optional + # Values: yes, no + # Default: no + # LogProtocolErrors = no +