diff options
| author | Pugmatt <pugmatt@gmail.com> | 2020-04-25 15:47:23 -0400 |
|---|---|---|
| committer | Pugmatt <pugmatt@gmail.com> | 2020-04-25 15:47:23 -0400 |
| commit | 692fdce969df74c5a029bf05e725f7217c7d925f (patch) | |
| tree | a9e4290710247c9d3121ee0148e64f0b088031df | |
| parent | 28dd5570f5d6eea754ed2512a003a625edda9df4 (diff) | |
| download | BedrockConnect-692fdce969df74c5a029bf05e725f7217c7d925f.tar.gz BedrockConnect-692fdce969df74c5a029bf05e725f7217c7d925f.tar.bz2 BedrockConnect-692fdce969df74c5a029bf05e725f7217c7d925f.zip | |
Reword generatedns's purpose
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docker/README.md | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -60,7 +60,7 @@ The following arguments can be placed in the startup command to ajust settings: | server_limit | How many servers a new player can have in their serverlist | 100 | | port | Port of the server | 19132 | | nodb | If true, use files for data instead of MySQL | false | -| generatedns | If true, generate a DNS zone file using user input | false | +| generatedns | If true, generate a DNS zone file using user input (Only needed if you're using the mod0Umleitung DNS software) | false | MySQL example: ``` diff --git a/docker/README.md b/docker/README.md index 7ff3bec..0bacf58 100644 --- a/docker/README.md +++ b/docker/README.md @@ -2,6 +2,5 @@ - Put the `Dockerfile` and the `BedrockConnect-1.0-SNAPSHOT.jar` in one directory - Configure the `CMD` line in the `Dockerfile` to fit your needs - - `generatedns` will not work, as it wants user input - run `docker build -t bedrock-connect .` - run `docker run --name "bedrock-c" -d --restart always -p 19132:19132/udp bedrock-connect` |
