login_athena.conf 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. // Athena Login Server configuration file.
  2. // Translated by Peter Kieser <pfak@telus.net>
  3. // Note: "Comments" are all text on the right side of a double slash "//"
  4. // Whatever text is commented will not be parsed by the servers, and serves
  5. // only as information/reference.
  6. // The login server listens on the interface with this IP address.
  7. // NOTE: This allows you to run multiple servers on multiple interfaces
  8. // while using the same ports for each server.
  9. //bind_ip: 127.0.0.1
  10. // Login Server Port
  11. login_port: 6900
  12. //Time-stamp format which will be printed before all messages.
  13. //Can at most be 20 characters long.
  14. //Common formats:
  15. // %I:%M:%S %p (hour:minute:second 12 hour, AM/PM format)
  16. // %H:%M:%S (hour:minute:second, 24 hour format)
  17. // %d/%b/%Y (day/Month/year)
  18. //For full format information, consult the strftime() manual.
  19. //timestamp_format: [%d/%b %H:%M]
  20. //If redirected output contains escape sequences (color codes)
  21. stdout_with_ansisequence: no
  22. //Makes server output more silent by omitting certain types of messages:
  23. //1: Hide Information messages
  24. //2: Hide Status messages
  25. //4: Hide Notice Messages
  26. //8: Hide Warning Messages
  27. //16: Hide Error and SQL Error messages.
  28. //32: Hide Debug Messages
  29. //Example: "console_silent: 7" Hides information, status and notice messages (1+2+4)
  30. console_silent: 0
  31. // Console Commands
  32. // Allow for console commands to be used on/off
  33. // This prevents usage of >& log.file
  34. console: off
  35. // Can you use _M/_F to make new accounts on the server?
  36. new_account: yes
  37. //If new_account is enabled, minimum length to userid and passwords should be 4?
  38. //Must be 'Yes' unless your client uses both 'Disable 4 LetterUserID/Password' Diffs
  39. new_acc_length_limit: yes
  40. // Account registration flood protection system
  41. // allowed_regs is the number of registrations allowed in time_allowed (in seconds)
  42. allowed_regs: 1
  43. time_allowed: 10
  44. // Log Filename. All operations received by the server are logged in this file.
  45. login_log_filename: log/login.log
  46. // To log the login server?
  47. // NOTE: The login server needs the login logs to enable dynamic pass failure bans.
  48. log_login: yes
  49. // Indicate how to display date in logs, to players, etc.
  50. date_format: %Y-%m-%d %H:%M:%S
  51. // Required account group id to connect to server.
  52. // -1: disabled
  53. // 0 or more: group id
  54. group_id_to_connect: -1
  55. // Minimum account group id required to connect to server.
  56. // Will not function if group_id_to_connect config is enabled.
  57. // -1: disabled
  58. // 0 or more: group id
  59. min_group_id_to_connect: -1
  60. // Which group (ID) will be denoted as the VIP group?
  61. // Default: 5
  62. vip_group: 5
  63. // How many characters are allowed per account?
  64. // You cannot exceed the limit of MAX_CHARS slots, defined in mmo.h, or chars_per_account
  65. // will default to MAX_CHARS.
  66. // 0 will default to the value of MIN_CHARS. (default)
  67. chars_per_account: 0
  68. // Max character limit increase for VIP accounts (0 to disable)
  69. // Increase the value of MAX_CHARS if you want to increase vip_char_increase.
  70. // Note: The amount of VIP characters = MAX_CHARS - chars_per_account.
  71. // Note 2: This setting must be set after chars_per_account.
  72. // Default: 6
  73. vip_char_increase: 6
  74. // Create accounts with limited time?
  75. // -1: new accounts are created with unlimited time (default)
  76. // 0 or more: new accounts automatically expire after the given value, in seconds
  77. start_limited_time: -1
  78. // Check the clientversion field set in clientinfo.xml?
  79. check_client_version: no
  80. // What version is allowed to connect? (if the option above is enabled)
  81. client_version_to_connect: 20
  82. // Store passwords as MD5 hashes instead of plain text?
  83. // NOTE: Will not work with clients that use <passwordencrypt>
  84. use_MD5_passwords: no
  85. // Ipban features
  86. ipban_enable: yes
  87. // Dynamic password failure ipban system
  88. // Ban user after a number of failed attempts?
  89. ipban_dynamic_pass_failure_ban: yes
  90. // Interval (in minutes) to calculate how many failed attempts.
  91. ipban_dynamic_pass_failure_ban_interval: 5
  92. // Maximum amount of failed attempts before banning.
  93. ipban_dynamic_pass_failure_ban_limit: 7
  94. // Time (in minutes) for ban duration.
  95. ipban_dynamic_pass_failure_ban_duration: 5
  96. // Interval (in seconds) to clean up expired IP bans. 0 = disabled. default = 60.
  97. // NOTE: Even if this is disabled, expired IP bans will be cleaned up on login server start/stop.
  98. // Players will still be able to login if an ipban entry exists but the expiration time has already passed.
  99. ipban_cleanup_interval: 60
  100. // Interval (in minutes) to execute a DNS/IP update. Disabled by default.
  101. // Enable it if your server uses a dynamic IP which changes with time.
  102. //ip_sync_interval: 10
  103. // DNS Blacklist Blocking
  104. // If enabled, each incoming connection will be tested against the blacklists
  105. // on the specified dnsbl_servers (comma-separated list)
  106. use_dnsbl: no
  107. dnsbl_servers: bl.blocklist.de, socks.dnsbl.sorbs.net
  108. // Here are some free DNS Blacklist Services: http://en.wikipedia.org/wiki/Comparison_of_DNS_blacklists
  109. //==============================================================================
  110. // dnsbl_servers Description
  111. // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  112. // bl.blocklist.de IP-Addresses who attack other servers/honeypots over SSH, FTP, IMAP, etc.
  113. // ircbl.ahbl.org AHBL (open proxies, compromised machines, comment spammers)
  114. // safe.dnsbl.sorbs.net All zones in dnsbl.sorbs.net except "recent" and "escalations"
  115. // sbl-xbl.spamhaus.org Spamhaus blacklist (spammers, open proxies)
  116. // socks.dnsbl.sorbs.net Open SOCKS proxy servers
  117. // tor.ahbl.org Current tor relay and exit nodes
  118. // Client MD5 hash check
  119. // If turned on, the login server will check if the client's hash matches
  120. // the value below, and will not connect tampered clients.
  121. // Note: see 'doc/md5_hashcheck.txt' for more details.
  122. client_hash_check: off
  123. // Client MD5 hashes
  124. // The client with the specified hash can be used to log in by players with
  125. // a group_id equal to or greater than the given value.
  126. // If you specify 'disabled' as hash, players with a group_id greater than or
  127. // equal to the given value will be able to log in regardless of hash (and even
  128. // if their client does not send a hash at all.)
  129. // Format: group_id, hash
  130. // Note: see 'doc/md5_hashcheck.txt' for more details.
  131. //client_hash: 0, 113e195e6c051bb1cfb12a644bb084c5
  132. //client_hash: 10, cb1ea78023d337c38e8ba5124e2338ae
  133. //client_hash: 99, disabled
  134. //New registration flood protection [Kevin]
  135. //Number of new registration allowed
  136. allowed_regs: 1
  137. //Time in second before the counter for the number of registration is reset
  138. time_allowed: 10
  139. import: conf/inter_athena.conf
  140. import: conf/import/login_conf.txt