]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_ia.conf
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / mod_ia.conf
index fb1c4cdefcebe534e437de2a0d73cf0b1dad5a80..df170dd089203f1e806d100cbe468b732c6c57da 100644 (file)
@@ -2,20 +2,20 @@
 <Module auth_ia>
     # 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
     # 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
+
+    # Enable protocol errors logging
+    # Parameter: optional
+    # Values: yes, no
+    # Default: no
+    # LogProtocolErrors = no
 </Module>