Setting up a Multiplayer Server/ru: Difference between revisions

From Vintage Story Wiki
Created page with "Подчеркивания и конечные точки важны! Вот некоторые подробности : * <code>_vintagestory</code> определяет сервис, в нашем случае Vintage Story<br> * <code>_tcp</code> определяем протокол, в Vintage Story используем TCP<br> * <code>vintage story.mydomain.com.</code> это поддомен, который мы хотим использовать. Точка в..."
(Created page with "Ваши необработанные записи SRV должны выглядеть примерно так : _vintagestory._tcp.vintagestory.mydomain.com. IN SRV 10 10 50030 server.example.com.")
(Created page with "Подчеркивания и конечные точки важны! Вот некоторые подробности : * <code>_vintagestory</code> определяет сервис, в нашем случае Vintage Story<br> * <code>_tcp</code> определяем протокол, в Vintage Story используем TCP<br> * <code>vintage story.mydomain.com.</code> это поддомен, который мы хотим использовать. Точка в...")
Tags: Mobile edit Mobile web edit
Line 359: Line 359:
_vintagestory._tcp.vintagestory.mydomain.com. IN SRV 10 10 50030 server.example.com.
_vintagestory._tcp.vintagestory.mydomain.com. IN SRV 10 10 50030 server.example.com.


<div lang="en" dir="ltr" class="mw-content-ltr">
Подчеркивания и конечные точки важны! Вот некоторые подробности :
The underscores and trailing dots are important! Here are some details :
* <code>_vintagestory</code> определяет сервис, в нашем случае Vintage Story<br>
* <code>_vintagestory</code> define the service, in our case, Vintage Story<br>
* <code>_tcp</code> определяем протокол, в Vintage Story используем TCP<br>
* <code>_tcp</code> define the protocol, Vintage Story use TCP<br>
* <code>vintage story.mydomain.com.</code> это поддомен, который мы хотим использовать. Точка в конце важна!<br>
* <code>vintagestory.mydomain.com.</code> is the subdomain we want to use. The trailing dot is important!<br>
* <code>IN SRV</code> Определяет тип записи, не меняйте это<br>
* <code>IN SRV</code> Define the record type, don't change this<br>
* <code>10 10</code> указаны в порядке приоритета и веса нашей записи, в нашем случае это не важно, поскольку вы, вероятно, не собираетесь балансировать нагрузку на сервер Vintage Story<br>
* <code>10 10</code> are in order the priority and the weight of our record, in our case those are not important, as you are probably not going to load balance a Vintage Story server<br>
* <code>50030</code> - это порт, который прослушивает наш экземпляр<br>
* <code>50030</code> is the port our instance is listening on<br>
* <code>server.example.com.</code> - целевой сервер, на котором расположен сервер. Конечная точка обязательна, поскольку целевой сервер находится не в том же домене, что и мы. Если бы это было так, вам нужно было бы только добавить поддомен целевого сервера без конечной точки<br>
* <code>server.example.com.</code> is the target, where the server is located. The trailing dot is mandatory as the target server is not on the same domain as us. If it was the case, you would only need to add the subdomain of the target without the trailing dot<br>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Confirmedusers
2,648

edits