Browse Source

Updated default configs

pull/12/head
Chaos 8 years ago
committed by GitHub
parent
commit
9c5ca284a3
  1. 21
      MultiTheftAuto/mtaserver.conf

21
MultiTheftAuto/mtaserver.conf

@ -2,7 +2,14 @@
<!-- This parameter specifies the name the server will be visible as in the ingame server browser
and on Game-Monitor. It is a required parameter. -->
<servername>SERVERNAME</servername>
<servername>Default MTA Server</servername>
<!-- This parameter specifies the contact email addresses for the owner(s) of this server.
The email addresses will not be publicly available, and only used by MTA administrators
to contact the server owner.
Note: Missing or incorrect owner_email_address can affect visibility in the master server list.
Values: Comma separated list of email addresses -->
<owner_email_address></owner_email_address>
<!-- ONLY USE THIS PARAMETER IF YOU ARE SURE OF WHAT YOU ARE DOING - it is generally only
needed for professional servers and should be left at the default value otherwise.
@ -44,9 +51,9 @@
e.g. 88.11.22.33,101.2.3.4 -->
<http_dos_exclude></http_dos_exclude>
<!-- By default, the server will block the use of locally customized gta3.img player skins.
<!-- By default, the server will block the use of locally customized gta3.img player skins
This setting can be used to allow such mods. Not recommended for competitive servers.
Values: none or peds ; default value: none -->
Values: none, peds ; default value: none -->
<allow_gta3_img_mods>none</allow_gta3_img_mods>
<!-- By default, the server will block the use of customized GTA:SA data files. -->
@ -76,7 +83,7 @@
<!-- This parameter specifies if/when the <minclientversion> setting is automatically updated.
Keeping <minclientversion> updated can help reduce cheating.
Note: The instant setting (2) is only recommened for competitive servers.
Note: The instant setting (2) is only recommended for competitive servers.
Values: 0 - disabled, 1 - enabled (delayed by a few days), 2 - enabled (instant) ; default value: 1. -->
<minclientversion_auto_update>1</minclientversion_auto_update>
@ -230,6 +237,7 @@
Login attempts to a protected account from a second serial are blocked until the serial is manually authorized via
the authserial command.
For more info see: https://mtasa.com/authserial
Note: This is security critical feature and disabling auth_serial_groups can affect visibility in the master server list.
Values: Comma separated list of ACL groups. Default - Admin -->
<auth_serial_groups>Admin</auth_serial_groups>
@ -237,9 +245,14 @@
Protected account login attempts to the http interface will only succeed if the IP address matches one
recently used by the account holder in-game
For more info see: https://mtasa.com/authserialhttp
Note: This is security critical feature and disabling auth_serial_http can affect visibility in the master server list.
Values: 0 - Off, 1 - Enabled. Default - 1 -->
<auth_serial_http>1</auth_serial_http>
<!-- This parameter specifies which IP addresses should always pass auth_serial_http checks.
Values: Comma separated list of IP addresses -->
<auth_serial_http_ip_exceptions>127.0.0.1</auth_serial_http_ip_exceptions>
<!-- This parameter specifies if extra security measures are applied to resources which use dbConnect with mysql.
The extra measures are:
- Script files cannot be accessed with fileOpen()

Loading…
Cancel
Save